Changing to registry haumdaucher for datalab
This commit is contained in:
parent
c6528ddc51
commit
e41ff89c24
|
|
@ -17,9 +17,9 @@ spec:
|
|||
app: corona-api
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: "hub-moritzgraf-de"
|
||||
- name: "registry-haumdaucher-de"
|
||||
containers:
|
||||
- image: hub.moritzgraf.de:5000/corona_plumber:latest
|
||||
- image: registry.haumdaucher.de/corona_plumber:latest
|
||||
imagePullPolicy: Always
|
||||
name: corona-api
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@ spec:
|
|||
app: corona
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: "hub-moritzgraf-de"
|
||||
- name: "registry-haumdaucher-de"
|
||||
containers:
|
||||
- image: hub.moritzgraf.de:5000/corona:latest
|
||||
- image: registry.haumdaucher.de/corona:latest
|
||||
imagePullPolicy: Always
|
||||
name: corona
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@ spec:
|
|||
app: mopbot
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: "hub-moritzgraf-de"
|
||||
- name: "registry-haumdaucher-de"
|
||||
containers:
|
||||
- image: hub.moritzgraf.de:5000/mopbot:latest
|
||||
- image: registry.haumdaucher.de/mopbot:latest
|
||||
name: mopbot
|
||||
resources:
|
||||
limits:
|
||||
|
|
|
|||
|
|
@ -46,10 +46,10 @@ spec:
|
|||
spec:
|
||||
serviceAccountName: redeploy
|
||||
imagePullSecrets:
|
||||
- name: "hub-moritzgraf-de"
|
||||
- name: "registry-haumdaucher-de"
|
||||
containers:
|
||||
- name: redeploy-corona-api
|
||||
image: hub.moritzgraf.de:5000/redeploy:latest
|
||||
image: registry.haumdaucher.de/redeploy:latest
|
||||
env:
|
||||
- name: DEPLOYMENT
|
||||
value: "corona-api"
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@ spec:
|
|||
serviceAccountName: redeploy
|
||||
automountServiceAccountToken: true
|
||||
imagePullSecrets:
|
||||
- name: "hub-moritzgraf-de"
|
||||
- name: "registry-haumdaucher-de"
|
||||
containers:
|
||||
- image: hub.moritzgraf.de:5000/rstudio:latest
|
||||
- image: registry.haumdaucher.de/rstudio:latest
|
||||
imagePullPolicy: Always
|
||||
name: rstudio
|
||||
resources:
|
||||
|
|
|
|||
Loading…
Reference in New Issue