Skip to content
Snippets Groups Projects
Verified Commit ae895aca authored by Hugo Renard's avatar Hugo Renard
Browse files

feat: add probes to rocketchat

parent 064052e8
No related branches found
No related tags found
No related merge requests found
...@@ -134,6 +134,18 @@ spec: ...@@ -134,6 +134,18 @@ spec:
memory: "2Gi" memory: "2Gi"
terminationMessagePath: /dev/termination-log terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File terminationMessagePolicy: File
livenessProbe:
httpGet:
path: /health
port: http
readinessProbe:
httpGet:
path: /health
port: http
startupProbe:
httpGet:
path: /health
port: http
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst
restartPolicy: Always restartPolicy: Always
schedulerName: default-scheduler schedulerName: default-scheduler
......
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