add probes
This commit is contained in:
+12
@@ -71,6 +71,18 @@ spec:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
mountPath: /data/homeserver.yaml
|
mountPath: /data/homeserver.yaml
|
||||||
subPath: homeserver.yaml
|
subPath: homeserver.yaml
|
||||||
|
readinessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /health
|
||||||
|
port: 8008
|
||||||
|
initialDelaySeconds: 15
|
||||||
|
periodSeconds: 10
|
||||||
|
livenessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /health
|
||||||
|
port: 8008
|
||||||
|
initialDelaySeconds: 15
|
||||||
|
periodSeconds: 10
|
||||||
volumes:
|
volumes:
|
||||||
- name: synapse-config
|
- name: synapse-config
|
||||||
configMap:
|
configMap:
|
||||||
|
|||||||
Reference in New Issue
Block a user