Decommissioned Harbor; cancelled migration

This commit is contained in:
2020-11-15 17:16:43 +01:00
parent 969b71211b
commit 7b6df81924
18 changed files with 33 additions and 85 deletions

View File

@ -35,7 +35,7 @@ spec:
hostname: guacamole
containers:
- name: guacamole
image: registry.spamasaurus.com/proxy/guacamole/guacamole
image: guacamole/guacamole
env:
- name: GUACD_HOSTNAME
value: 'guacamole.default.svc.cluster.local'
@ -53,7 +53,7 @@ spec:
- name: ui
containerPort: 8080
- name: guacd
image: registry.spamasaurus.com/proxy/guacamole/guacd
image: guacamole/guacd
env:
- name: GUACD_LOG_LEVEL
value: 'debug'
@ -61,7 +61,7 @@ spec:
- name: proxy
containerPort: 4822
- name: mysql
image: registry.spamasaurus.com/proxy/library/mysql:latest
image: mysql:latest
securityContext:
runAsUser: 999
runAsGroup: 999