File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22apiVersion : v2
33name : synapse
44description : matrix synapse kubernetes deployment
5- version : 2.1.4
5+ version : 2.1.5
66appVersion : 1.149.1
Original file line number Diff line number Diff 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 }}
116116nodeSelector:
117117 {{ toYaml .nodeSelector | nindent 2 }}
You can’t perform that action at this time.
0 commit comments