Files
nplus/samples/pinning/values.yaml

17 lines
336 B
YAML
Raw Normal View History

2026-03-10 07:33:55 +01:00
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