We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1434590 commit d14dcf5Copy full SHA for d14dcf5
charts/matrix-stack/templates/haproxy/deployment.yaml
@@ -115,20 +115,20 @@ spec:
115
startupProbe:
116
httpGet:
117
path: /synapse_ready
118
- port: 8406
+ port: synapse-ready
119
periodSeconds: 2
120
failureThreshold: 150
121
{{- end }}
122
livenessProbe:
123
124
path: /haproxy_test
125
- port: 8405
+ port: haproxy-metrics
126
initialDelaySeconds: 10
127
timeoutSeconds: 5
128
readinessProbe:
129
130
131
132
initialDelaySeconds: 20
133
134
{{- with .resources }}
0 commit comments