no kubernetes probes during development

This commit is contained in:
Tobias Brunner 2025-03-21 14:59:12 +01:00
parent 294e3ae732
commit 65d60bf17c
No known key found for this signature in database

View file

@ -21,17 +21,6 @@ spec:
- name: servala
image: servala-2nkgm.app.codey.ch/servala/servala-portal:latest
imagePullPolicy: Always
readinessProbe:
httpGet:
path: /admin/
port: 8080
periodSeconds: 60
livenessProbe:
httpGet:
path: /admin/
port: 8080
periodSeconds: 60
initialDelaySeconds: 5
ports:
- name: http
containerPort: 8080