We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de59eb1 commit c9563faCopy full SHA for c9563fa
2 files changed
charts/synapse/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: synapse
3
-version: 1.1.0
+version: 1.1.1
charts/synapse/templates/_helpers.tpl
@@ -74,25 +74,22 @@ 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
+ port: http
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
0 commit comments