We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adee3a6 commit 78ea3eeCopy full SHA for 78ea3ee
1 file changed
charts/synapse/templates/_helpers.tpl
@@ -74,6 +74,26 @@ containers:
74
- containerPort: 9092
75
name: metrics
76
protocol: TCP
77
+ - containerPort: 8080
78
+ name: synapse-health
79
+ protocol: TCP
80
+ startupProbe:
81
+ httpGet:
82
+ path: /health
83
+ port: synapse-health
84
+ failureThreshold: 180
85
+ periodSeconds: 10
86
+ livenessProbe:
87
88
89
90
+ failureThreshold: 3
91
92
+ readinessProbe:
93
94
95
96
97
volumeMounts:
98
- name: synapse-{{ .name }}-secret
99
mountPath: /data
0 commit comments