commit dde7351fb2b770cfe374cd0157d12db777825063
parent 88c427930633a324ea603d2738f91ccec7f0ecfc
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Wed, 1 Oct 2025 19:39:25 +0200
Meow
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/apps/talos_cluster/mailserver/mailman.yaml b/apps/talos_cluster/mailserver/mailman.yaml
@@ -187,7 +187,7 @@ spec:
containerPort: 9090
startupProbe:
httpGet:
- path: /
+ path: /mailman3/lists/
port: 9090
initialDelaySeconds: 30
periodSeconds: 10
@@ -195,14 +195,14 @@ spec:
failureThreshold: 24
livenessProbe:
httpGet:
- path: /
+ path: /mailman3/lists/
port: 9090
periodSeconds: 30
timeoutSeconds: 5
failureThreshold: 3
readinessProbe:
httpGet:
- path: /
+ path: /mailman3/lists/
port: 9090
periodSeconds: 10
timeoutSeconds: 3