commit fe016d03fe4633e0bceeac0f4cec290efd49cabd
parent 4b6ef240d4e14a223fe671f0f2d4656b07a10927
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Wed, 1 Oct 2025 19:29:10 +0200
Meow
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/talos_cluster/mailserver/mailman.yaml b/apps/talos_cluster/mailserver/mailman.yaml
@@ -188,7 +188,7 @@ spec:
startupProbe:
httpGet:
path: /
- port: 8000
+ port: 9090
host: 127.0.0.1
initialDelaySeconds: 30
periodSeconds: 10
@@ -197,7 +197,7 @@ spec:
livenessProbe:
httpGet:
path: /
- port: 8000
+ port: 9090
host: 127.0.0.1
periodSeconds: 30
timeoutSeconds: 5