commit aabce3e5f7751a424cb885a565d4262115eebd76
parent 36214ecfdedcaa6dd1d35be20f7490d725893dc6
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 28 Apr 2025 12:09:29 +0200
Deploy draupnir4all-web
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/base/matrix/draupnir4all/deployment.yaml b/apps/base/matrix/draupnir4all/deployment.yaml
@@ -149,14 +149,14 @@ spec:
livenessProbe:
httpGet:
path: /
- port: appservice
+ port: web
scheme: HTTP
initialDelaySeconds: 15
periodSeconds: 10
startupProbe:
httpGet:
path: /
- port: appservice
+ port: web
initialDelaySeconds: 15
failureThreshold: 30
periodSeconds: 10