imfreedom/k8s-cluster

Add a liveness probe to hgkeeper

2022-03-07, Gary Kramlich
124f09290cef
Parents 743ac0c4c0d8
Children db16e83d61cd
Add a liveness probe to hgkeeper
--- a/50-keep.imfreedom.org/manifest.yaml Thu Feb 17 06:08:36 2022 -0600
+++ b/50-keep.imfreedom.org/manifest.yaml Mon Mar 07 02:39:25 2022 -0600
@@ -183,6 +183,11 @@
- mountPath: /tmp
name: keep-tmp
readOnly: false
+ livenessProbe:
+ httpGet:
+ path: /hgk/health
+ port: 8080
+ scheme: HTTP
securityContext:
# fsGroup: 22271
runAsUser: 22271