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