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
|
||||
namespace: customer1
|
||||
spec:
|
||||
targetRef:
|
||||
group: ""
|
||||
kind: Service
|
||||
name: paaas-landing-svc
|
||||
default:
|
||||
checkIntervalSec: 10
|
||||
checkIntervalSec: 15
|
||||
timeoutSec: 5
|
||||
healthyThreshold: 2
|
||||
unhealthyThreshold: 2
|
||||
unhealthyThreshold: 3
|
||||
config:
|
||||
type: HTTP
|
||||
httpHealthCheck:
|
||||
port: 80
|
||||
portSpecification: USE_SERVING_PORT
|
||||
requestPath: /
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue