Skip to content

Commit b16995c

Browse files
committed
Ensure Synapse's Redis has a startupProbe
1 parent acf03be commit b16995c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

charts/matrix-stack/templates/synapse/redis_deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ spec:
6666
- containerPort: 6379
6767
name: redis
6868
protocol: TCP
69+
startupProbe:
70+
tcpSocket:
71+
port: redis
6972
livenessProbe:
7073
tcpSocket:
7174
port: redis

newsfragments/435.changed.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ensure Synapse's Redis has a startupProbe.

0 commit comments

Comments
 (0)