mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 17:07:04 +02:00
feat(k8s-ycl): Release 1.0.2
This commit is contained in:
parent
81cddcb60e
commit
a168541d6e
2 changed files with 6 additions and 6 deletions
|
@ -17,7 +17,7 @@ controllers:
|
|||
spec:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
port: probe
|
||||
port: 8081
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 1
|
||||
|
@ -28,7 +28,7 @@ controllers:
|
|||
spec:
|
||||
httpGet:
|
||||
path: /readyz
|
||||
port: probe
|
||||
port: 8081
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 1
|
||||
|
@ -39,7 +39,7 @@ controllers:
|
|||
spec:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
port: probe
|
||||
port: 8081
|
||||
failureThreshold: 30
|
||||
periodSeconds: 10
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue