diff --git a/services/Guacamole/deployment-Guacamole.yml b/services/Guacamole/deployment-Guacamole.yml index 5ce0d14..de668ee 100644 --- a/services/Guacamole/deployment-Guacamole.yml +++ b/services/Guacamole/deployment-Guacamole.yml @@ -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: