Refactor Gitea,Guacamole,Vaultwarden

This commit is contained in:
2023-12-26 19:52:08 +11:00
parent 998c6e888e
commit 6780322b44
21 changed files with 225 additions and 221 deletions

View File

@ -18,8 +18,8 @@ spec:
hostname: guacamole
containers:
- name: guacamole
# image: bv11-cr01.bessems.eu/proxy/guacamole/guacamole:1.4.0
image: bv11-cr01.bessems.eu/proxy/guacamole/guacamole:1.5.3
# image: bv11-cr01.bessems.eu/proxy/guacamole/guacamole:1.5.3
image: guacamole/guacamole:1.5.3
env:
- name: GUACD_HOSTNAME
value: 'guacamole.guacamole.svc.cluster.local'
@ -33,15 +33,12 @@ spec:
volumeMounts:
- name: flexvolsmb-guacamole-home
mountPath: /etc/guacamole
# - name: flexvolsmb-guacamole-opt
# mountPath: /opt/guacamole/mysql/mysql-connector-java-5.1.46.jar
# subPath: mysql-connector-java-5.1.46.jar
ports:
- name: ui
containerPort: 8080
- name: guacd
# image: bv11-cr01.bessems.eu/proxy/guacamole/guacd:1.4.0
image: bv11-cr01.bessems.eu/proxy/guacamole/guacd:1.5.3
# image: bv11-cr01.bessems.eu/proxy/guacamole/guacd:1.5.3
image: guacamole/guacd:1.5.3
env:
- name: GUACD_LOG_LEVEL
value: 'debug'
@ -49,7 +46,8 @@ spec:
- name: proxy
containerPort: 4822
- name: mysql
image: bv11-cr01.bessems.eu/proxy/library/mysql:latest
# image: bv11-cr01.bessems.eu/proxy/library/mysql:latest
image: mysql:latest
securityContext:
runAsUser: 999
runAsGroup: 999
@ -72,6 +70,3 @@ spec:
- name: flexvolsmb-guacamole-home
persistentVolumeClaim:
claimName: flexvolsmb-guacamole-home
# - name: flexvolsmb-guacamole-opt
# persistentVolumeClaim:
# claimName: flexvolsmb-guacamole-opt