Fix liveness probe endpoint

This commit is contained in:
Danny Bessems 2025-02-18 19:47:02 +11:00
parent 6432c07eb3
commit 94ec6be3ac

View File

@ -38,9 +38,7 @@ spec:
livenessProbe: livenessProbe:
httpGet: httpGet:
port: ui port: ui
path: / path: /guacamole
initialDelaySeconds: 10
periodSeconds: 5
- name: guacd - name: guacd
image: guacamole/guacd:1.5.5 image: guacamole/guacd:1.5.5
env: env:
@ -52,8 +50,6 @@ spec:
livenessProbe: livenessProbe:
tcpSocket: tcpSocket:
port: 4822 port: 4822
initialDelaySeconds: 10
periodSeconds: 5
- name: db - name: db
image: postgres:16-alpine image: postgres:16-alpine
securityContext: securityContext:
@ -74,8 +70,6 @@ spec:
livenessProbe: livenessProbe:
exec: exec:
command: ["pg_isready" ,"-U" ,"$POSTGRES_USER", "-d" ,"$POSTGRES_DATABASE"] command: ["pg_isready" ,"-U" ,"$POSTGRES_USER", "-d" ,"$POSTGRES_DATABASE"]
initialDelaySeconds: 10
timeoutSeconds: 5
volumes: volumes:
- name: flexvolsmb-guacamole-db - name: flexvolsmb-guacamole-db
persistentVolumeClaim: persistentVolumeClaim: