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

kubernetes: enable livenessProbe for relay and node

parent b704d286
No related branches found
No related tags found
No related merge requests found
......@@ -52,12 +52,12 @@ spec:
name: config
- mountPath: /data
name: data
# livenessProbe:
# httpGet:
# path: /
# port: 80
# initialDelaySeconds: 5
# periodSeconds: 5
livenessProbe:
httpGet:
path: /
port: 80
initialDelaySeconds: 5
periodSeconds: 5
volumes:
- name: config
configMap:
......
......@@ -26,9 +26,9 @@ spec:
ports:
- name: http
containerPort: 8088
# livenessProbe:
# httpGet:
# path: /
# port: 8088
# initialDelaySeconds: 3
# periodSeconds: 3
livenessProbe:
httpGet:
path: /api/v1
port: 8088
initialDelaySeconds: 3
periodSeconds: 3
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