Use local registry proxy for most services

This commit is contained in:
2020-11-04 13:11:47 +01:00
parent 3120186df9
commit e226c3ce71
21 changed files with 156 additions and 25 deletions

View File

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