Skip to content
Snippets Groups Projects
Commit 48c389e8 authored by Vincent DU's avatar Vincent DU
Browse files

probe

parent 636034d4
Branches
No related tags found
No related merge requests found
......@@ -23,24 +23,24 @@ spec:
image: {{ .Values.api.image.repository }}:{{ .Values.api.image.tag }}
ports:
- containerPort: 8080
# readinessProbe:
# httpGet:
# port: 8080
# path: /actuator/health/readiness
# initialDelaySeconds: 5
# periodSeconds: 5
# livenessProbe:
# httpGet:
# port: 8080
# path: /actuator/health/liveness
# initialDelaySeconds: 300
# periodSeconds: 300
# startupProbe:
# httpGet:
# path: /actuator/health/startup
# port: 8080
# failureThreshold: 30
# periodSeconds: 10
readinessProbe:
httpGet:
port: 8080
path: /actuator/health/readiness
initialDelaySeconds: 5
periodSeconds: 5
livenessProbe:
httpGet:
port: 8080
path: /actuator/health/liveness
initialDelaySeconds: 300
periodSeconds: 300
startupProbe:
httpGet:
path: /actuator/health/startup
port: 8080
failureThreshold: 30
periodSeconds: 10
env:
- name: DB_ENDPOINT
valueFrom:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment