add readinessProbe
All checks were successful
Mirror to GitHub / mirror (push) Successful in 9s

This commit is contained in:
jona.klaess
2026-06-16 19:11:39 +02:00
parent 381d49711d
commit 661e114488

View File

@@ -29,6 +29,10 @@ spec:
limits: limits:
memory: 0.6Gi memory: 0.6Gi
cpu: 0.4 cpu: 0.4
readinessProbe:
httpGet:
path: /index.php/Hauptseite
port: 80
volumeMounts: volumeMounts:
- name: localsettings - name: localsettings
mountPath: /var/www/html/LocalSettings.php mountPath: /var/www/html/LocalSettings.php