Moved images to GHCR

This commit is contained in:
Florian 2025-10-09 15:36:27 +02:00
parent 90932ca9a0
commit 8a42e541cd
2 changed files with 6 additions and 4 deletions

View File

@ -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:

View File

@ -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: