Skip to content

Commit d14dcf5

Browse files
committed
Use named ports for HAProxy probes
1 parent 1434590 commit d14dcf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/matrix-stack/templates/haproxy/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,20 +115,20 @@ spec:
115115
startupProbe:
116116
httpGet:
117117
path: /synapse_ready
118-
port: 8406
118+
port: synapse-ready
119119
periodSeconds: 2
120120
failureThreshold: 150
121121
{{- end }}
122122
livenessProbe:
123123
httpGet:
124124
path: /haproxy_test
125-
port: 8405
125+
port: haproxy-metrics
126126
initialDelaySeconds: 10
127127
timeoutSeconds: 5
128128
readinessProbe:
129129
httpGet:
130130
path: /haproxy_test
131-
port: 8405
131+
port: haproxy-metrics
132132
initialDelaySeconds: 20
133133
timeoutSeconds: 5
134134
{{- with .resources }}

0 commit comments

Comments
 (0)