Changing to registry haumdaucher for datalab
This commit is contained in:
parent
c6528ddc51
commit
e41ff89c24
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue