add checks

This commit is contained in:
Steve Waterworth
2019-10-09 10:54:21 +01:00
parent 7bbee0365f
commit e7bdf7ee67

View File

@@ -26,6 +26,18 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
readinessProbe:
httpGet:
path: /health
port: 8080
initialDelaySeconds: 5
periodSeconds: 30
livenessProbe:
httpGet:
path: /health
port: 8080
initialDelaySeconds: 30
periodSeconds: 30
ports:
- containerPort: 8080
resources: