Skip to content

Commit 2e555c3

Browse files
committed
tuning of k8s probes
1 parent c750079 commit 2e555c3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
apiVersion: v2
33
name: synapse
44
description: matrix synapse kubernetes deployment
5-
version: 2.1.4
5+
version: 2.1.5
66
appVersion: 1.149.1

charts/synapse/templates/_helpers.tpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,23 +95,23 @@ containers:
9595
path: /health
9696
port: http
9797
failureThreshold: 180
98-
periodSeconds: 10
98+
periodSeconds: 15
9999
livenessProbe:
100100
httpGet:
101101
path: /health
102102
port: http
103-
failureThreshold: 3
104-
periodSeconds: 10
103+
failureThreshold: 5
104+
periodSeconds: 15
105105
readinessProbe:
106106
httpGet:
107107
path: /health
108108
port: http
109-
periodSeconds: 10
109+
periodSeconds: 15
110110
{{- end }}
111111
volumeMounts:
112112
- name: synapse-{{ .name }}-secret
113113
mountPath: /data
114-
terminationGracePeriodSeconds: 10
114+
terminationGracePeriodSeconds: 30
115115
{{- if .nodeSelector }}
116116
nodeSelector:
117117
{{ toYaml .nodeSelector | nindent 2 }}

0 commit comments

Comments
 (0)