[06.03.20] Probes

This commit is contained in:
andrewso 2020-03-06 21:33:24 +00:00
parent 9f1a13dc25
commit 12454d17d2

View File

@ -64,6 +64,24 @@ spec:
ports:
- containerPort: 9090
name: RESOURCE_NAME
livenessProbe:
httpGet:
path: /health
port: 9091
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 1
readinessProbe:
httpGet:
port: 9091
path: /readiness
initialDelaySeconds: 30
periodSeconds: 5
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 1
imagePullPolicy: Always
resources:
requests: