[24.02.20] Removal of probes

This commit is contained in:
andrewso 2020-02-24 11:00:59 +00:00
parent 9c391f2f2b
commit 846d588c52

View File

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