Changing to registry haumdaucher for datalab

This commit is contained in:
Moritz Graf 2020-04-11 22:53:50 +02:00
parent c6528ddc51
commit e41ff89c24
5 changed files with 10 additions and 10 deletions

View File

@ -17,9 +17,9 @@ spec:
app: corona-api app: corona-api
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: "hub-moritzgraf-de" - name: "registry-haumdaucher-de"
containers: containers:
- image: hub.moritzgraf.de:5000/corona_plumber:latest - image: registry.haumdaucher.de/corona_plumber:latest
imagePullPolicy: Always imagePullPolicy: Always
name: corona-api name: corona-api
ports: ports:

View File

@ -17,9 +17,9 @@ spec:
app: corona app: corona
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: "hub-moritzgraf-de" - name: "registry-haumdaucher-de"
containers: containers:
- image: hub.moritzgraf.de:5000/corona:latest - image: registry.haumdaucher.de/corona:latest
imagePullPolicy: Always imagePullPolicy: Always
name: corona name: corona
ports: ports:

View File

@ -19,9 +19,9 @@ spec:
app: mopbot app: mopbot
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: "hub-moritzgraf-de" - name: "registry-haumdaucher-de"
containers: containers:
- image: hub.moritzgraf.de:5000/mopbot:latest - image: registry.haumdaucher.de/mopbot:latest
name: mopbot name: mopbot
resources: resources:
limits: limits:

View File

@ -46,10 +46,10 @@ spec:
spec: spec:
serviceAccountName: redeploy serviceAccountName: redeploy
imagePullSecrets: imagePullSecrets:
- name: "hub-moritzgraf-de" - name: "registry-haumdaucher-de"
containers: containers:
- name: redeploy-corona-api - name: redeploy-corona-api
image: hub.moritzgraf.de:5000/redeploy:latest image: registry.haumdaucher.de/redeploy:latest
env: env:
- name: DEPLOYMENT - name: DEPLOYMENT
value: "corona-api" value: "corona-api"

View File

@ -19,9 +19,9 @@ spec:
serviceAccountName: redeploy serviceAccountName: redeploy
automountServiceAccountToken: true automountServiceAccountToken: true
imagePullSecrets: imagePullSecrets:
- name: "hub-moritzgraf-de" - name: "registry-haumdaucher-de"
containers: containers:
- image: hub.moritzgraf.de:5000/rstudio:latest - image: registry.haumdaucher.de/rstudio:latest
imagePullPolicy: Always imagePullPolicy: Always
name: rstudio name: rstudio
resources: resources: