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: ...@@ -56,12 +56,12 @@ spec:
key: password key: password
- name: AMQP_URL - name: AMQP_URL
value: amqp://$(RABBITMQ_USERNAME):$(RABBITMQ_PASSWORD)@broker/%2F value: amqp://$(RABBITMQ_USERNAME):$(RABBITMQ_PASSWORD)@broker/%2F
# livenessProbe: livenessProbe:
# httpGet: httpGet:
# path: /api/v2 path: /healthz
# port: 4000 port: 4000
# initialDelaySeconds: 3 initialDelaySeconds: 3
# periodSeconds: 3 periodSeconds: 3
ports: ports:
- name: http - name: http
containerPort: 4000 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