[09.07.20] Removed probes

This commit is contained in:
andyjk15 2020-07-09 12:53:39 +01:00
parent 728dccf906
commit 8df12e2315

View File

@ -56,26 +56,26 @@ spec:
ports: ports:
- containerPort: 9090 - containerPort: 9090
name: RESOURCE_NAME name: RESOURCE_NAME
livenessProbe: # livenessProbe:
httpGet: # httpGet:
path: /actuator/health # path: /actuator/health
port: 9090 # port: 9090
scheme: HTTP # scheme: HTTP
initialDelaySeconds: 240 # initialDelaySeconds: 240
periodSeconds: 60 # periodSeconds: 60
timeoutSeconds: 2 # timeoutSeconds: 2
successThreshold: 1 # successThreshold: 1
failureThreshold: 3 # failureThreshold: 3
readinessProbe: # readinessProbe:
httpGet: # httpGet:
port: 9090 # port: 9090
path: /actuator/info # path: /actuator/info
scheme: HTTP # scheme: HTTP
initialDelaySeconds: 280 # initialDelaySeconds: 280
periodSeconds: 30 # periodSeconds: 30
timeoutSeconds: 2 # timeoutSeconds: 2
successThreshold: 1 # successThreshold: 1
failureThreshold: 10 # failureThreshold: 10
imagePullPolicy: Always imagePullPolicy: Always
resources: resources:
requests: requests: