Skip to content

Commit c9563fa

Browse files
committed
healthcheck
1 parent de59eb1 commit c9563fa

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: synapse
3-
version: 1.1.0
3+
version: 1.1.1

charts/synapse/templates/_helpers.tpl

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,25 +74,22 @@ containers:
7474
- containerPort: 9092
7575
name: metrics
7676
protocol: TCP
77-
- containerPort: 8080
78-
name: synapse-health
79-
protocol: TCP
8077
startupProbe:
8178
httpGet:
8279
path: /health
83-
port: synapse-health
80+
port: http
8481
failureThreshold: 180
8582
periodSeconds: 10
8683
livenessProbe:
8784
httpGet:
8885
path: /health
89-
port: synapse-health
86+
port: http
9087
failureThreshold: 3
9188
periodSeconds: 10
9289
readinessProbe:
9390
httpGet:
9491
path: /health
95-
port: synapse-health
92+
port: http
9693
periodSeconds: 10
9794
volumeMounts:
9895
- name: synapse-{{ .name }}-secret

0 commit comments

Comments
 (0)