probes
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 6s

This commit is contained in:
matst80
2024-11-10 23:24:15 +01:00
parent 743849a131
commit d3fb6a8424

View File

@@ -48,6 +48,19 @@ spec:
name: rpc
- containerPort: 1338
name: quorum
livenessProbe:
httpGet:
path: /livez
port: web
failureThreshold: 1
periodSeconds: 10
readinessProbe:
httpGet:
path: /readyz
port: web
failureThreshold: 2
initialDelaySeconds: 2
periodSeconds: 10
volumeMounts:
- mountPath: "/data"
name: data