update
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 41s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m38s

This commit is contained in:
matst80
2025-12-04 18:12:50 +01:00
parent 3d9d703a76
commit e9fb00d5c7
2 changed files with 9 additions and 9 deletions

View File

@@ -282,14 +282,14 @@ spec:
path: /livez
port: web
failureThreshold: 1
periodSeconds: 30
periodSeconds: 15
readinessProbe:
httpGet:
path: /readyz
port: web
failureThreshold: 2
initialDelaySeconds: 2
periodSeconds: 30
periodSeconds: 15
volumeMounts:
- mountPath: "/data"
name: data
@@ -416,14 +416,14 @@ spec:
path: /livez
port: web
failureThreshold: 1
periodSeconds: 30
periodSeconds: 15
readinessProbe:
httpGet:
path: /readyz
port: web
failureThreshold: 2
initialDelaySeconds: 2
periodSeconds: 50
initialDelaySeconds: 1
periodSeconds: 15
volumeMounts:
- mountPath: "/data"
name: data