[6.03.20] Probing yet yet yet again

This commit is contained in:
andrewso 2020-03-08 15:35:03 +00:00
parent 8f97b5cef1
commit 12858eb148

View File

@ -6,7 +6,7 @@ metadata:
name: RESOURCE_NAME name: RESOURCE_NAME
namespace: production namespace: production
spec: spec:
replicas: 1 replicas: 0
selector: selector:
matchLabels: matchLabels:
app: RESOURCE_NAME app: RESOURCE_NAME
@ -64,24 +64,24 @@ spec:
ports: ports:
- containerPort: 9090 - containerPort: 9090
name: RESOURCE_NAME name: RESOURCE_NAME
livenessProbe: # livenessProbe:
httpGet: # httpGet:
path: /health # path: /health
port: 9090 # port: 9090
initialDelaySeconds: 30 # initialDelaySeconds: 30
periodSeconds: 30 # periodSeconds: 30
timeoutSeconds: 1 # timeoutSeconds: 1
successThreshold: 1 # successThreshold: 1
failureThreshold: 1 # failureThreshold: 1
readinessProbe: # readinessProbe:
httpGet: # httpGet:
port: 9090 # port: 9090
path: /readiness # path: /readiness
initialDelaySeconds: 30 # initialDelaySeconds: 30
periodSeconds: 5 # periodSeconds: 5
timeoutSeconds: 1 # timeoutSeconds: 1
successThreshold: 1 # successThreshold: 1
failureThreshold: 1 # failureThreshold: 1
imagePullPolicy: Always imagePullPolicy: Always
resources: resources:
requests: requests: