14 lines
267 B
YAML
14 lines
267 B
YAML
apiVersion: cloud.google.com/v1
|
|
kind: BackendConfig
|
|
metadata:
|
|
name: backend-health
|
|
namespace: sk1
|
|
spec:
|
|
healthCheck:
|
|
checkIntervalSec: 15
|
|
timeoutSec: 5
|
|
healthyThreshold: 1
|
|
unhealthyThreshold: 2
|
|
type: HTTP
|
|
requestPath: /api
|
|
port: 4000 |