feat(k8s-ycl): Release 1.0.2

This commit is contained in:
Bernd Schorgers 2023-10-12 12:09:58 +02:00
parent 81cddcb60e
commit a168541d6e
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
2 changed files with 6 additions and 6 deletions

View file

@ -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