Fix liveness probe endpoint
This commit is contained in:
parent
6432c07eb3
commit
94ec6be3ac
@ -38,9 +38,7 @@ spec:
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
port: ui
|
||||
path: /
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
path: /guacamole
|
||||
- name: guacd
|
||||
image: guacamole/guacd:1.5.5
|
||||
env:
|
||||
@ -52,8 +50,6 @@ spec:
|
||||
livenessProbe:
|
||||
tcpSocket:
|
||||
port: 4822
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
- name: db
|
||||
image: postgres:16-alpine
|
||||
securityContext:
|
||||
@ -74,8 +70,6 @@ spec:
|
||||
livenessProbe:
|
||||
exec:
|
||||
command: ["pg_isready" ,"-U" ,"$POSTGRES_USER", "-d" ,"$POSTGRES_DATABASE"]
|
||||
initialDelaySeconds: 10
|
||||
timeoutSeconds: 5
|
||||
volumes:
|
||||
- name: flexvolsmb-guacamole-db
|
||||
persistentVolumeClaim:
|
||||
|
Loading…
Reference in New Issue
Block a user