Moved images to GHCR
This commit is contained in:
parent
90932ca9a0
commit
8a42e541cd
@ -13,10 +13,11 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: backend-api-internal
|
app: backend-api-internal
|
||||||
spec:
|
spec:
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: ghcr-secret
|
||||||
containers:
|
containers:
|
||||||
- name: backend-api-internal
|
- name: backend-api-internal
|
||||||
image: notification_app.backend-api-internal:v1
|
image: ghcr.io/gansejunge/app-notifications-backend-api-internal:1
|
||||||
imagePullPolicy: Never
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8101
|
- containerPort: 8101
|
||||||
env:
|
env:
|
||||||
|
|||||||
@ -13,10 +13,11 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: backend-api
|
app: backend-api
|
||||||
spec:
|
spec:
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: ghcr-secret
|
||||||
containers:
|
containers:
|
||||||
- name: backend-api
|
- name: backend-api
|
||||||
image: notification_app.backend-api:v1
|
image: ghcr.io/gansejunge/app-notifications-backend-api:1
|
||||||
imagePullPolicy: Never
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8100
|
- containerPort: 8100
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user