17 lines
336 B
YAML
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
|