Skip to content
Snippets Groups Projects
Commit 3497f88e authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

kubernetes: use /healthz endpoint for livenessProbe

parent d5a5b78e
No related branches found
No related tags found
No related merge requests found
......@@ -56,12 +56,12 @@ spec:
key: password
- name: AMQP_URL
value: amqp://$(RABBITMQ_USERNAME):$(RABBITMQ_PASSWORD)@broker/%2F
# livenessProbe:
# httpGet:
# path: /api/v2
# port: 4000
# initialDelaySeconds: 3
# periodSeconds: 3
livenessProbe:
httpGet:
path: /healthz
port: 4000
initialDelaySeconds: 3
periodSeconds: 3
ports:
- name: http
containerPort: 4000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment