[09.07.20] Removed probes
This commit is contained in:
parent
728dccf906
commit
8df12e2315
@ -56,26 +56,26 @@ spec:
|
||||
ports:
|
||||
- containerPort: 9090
|
||||
name: RESOURCE_NAME
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /actuator/health
|
||||
port: 9090
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 240
|
||||
periodSeconds: 60
|
||||
timeoutSeconds: 2
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
port: 9090
|
||||
path: /actuator/info
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 280
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 2
|
||||
successThreshold: 1
|
||||
failureThreshold: 10
|
||||
# livenessProbe:
|
||||
# httpGet:
|
||||
# path: /actuator/health
|
||||
# port: 9090
|
||||
# scheme: HTTP
|
||||
# initialDelaySeconds: 240
|
||||
# periodSeconds: 60
|
||||
# timeoutSeconds: 2
|
||||
# successThreshold: 1
|
||||
# failureThreshold: 3
|
||||
# readinessProbe:
|
||||
# httpGet:
|
||||
# port: 9090
|
||||
# path: /actuator/info
|
||||
# scheme: HTTP
|
||||
# initialDelaySeconds: 280
|
||||
# periodSeconds: 30
|
||||
# timeoutSeconds: 2
|
||||
# successThreshold: 1
|
||||
# failureThreshold: 10
|
||||
imagePullPolicy: Always
|
||||
resources:
|
||||
requests:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user