fix health check
This commit is contained in:
parent
d61f2a2e3b
commit
d309141ea1
1 changed files with 11 additions and 5 deletions
|
|
@ -4,11 +4,17 @@ metadata:
|
||||||
name: paaas-healthcheck
|
name: paaas-healthcheck
|
||||||
namespace: customer1
|
namespace: customer1
|
||||||
spec:
|
spec:
|
||||||
|
targetRef:
|
||||||
|
group: ""
|
||||||
|
kind: Service
|
||||||
|
name: paaas-landing-svc
|
||||||
default:
|
default:
|
||||||
checkIntervalSec: 10
|
checkIntervalSec: 15
|
||||||
timeoutSec: 5
|
timeoutSec: 5
|
||||||
healthyThreshold: 2
|
healthyThreshold: 2
|
||||||
unhealthyThreshold: 2
|
unhealthyThreshold: 3
|
||||||
|
config:
|
||||||
|
type: HTTP
|
||||||
httpHealthCheck:
|
httpHealthCheck:
|
||||||
port: 80
|
portSpecification: USE_SERVING_PORT
|
||||||
requestPath: /
|
requestPath: /
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue