Files
nplus/samples/pinning/values.yaml
2026-03-10 07:33:55 +01:00

17 lines
336 B
YAML

nappl:
probes:
livenessProbe:
httpGet:
path: /index.html
port: 8080
initialDelaySeconds: 60
timeoutSeconds: 3
failureThreshold: 5
readinessProbe:
httpGet:
path: /index.html
port: 8080
initialDelaySeconds: 60
timeoutSeconds: 3
failureThreshold: 5