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