Created local deployment branch for testing

This commit is contained in:
2025-10-12 11:48:39 +02:00
parent b88996d600
commit c46c3d5f88
9 changed files with 60 additions and 4 deletions

View File

@@ -17,7 +17,8 @@ spec:
- name: ghcr-secret
containers:
- name: backend-api-internal
image: ghcr.io/gansejunge/app-notifications-backend-api-internal:2
image: app-notifications-backend-api-internal:1
imagePullPolicy: Never
ports:
- containerPort: 8101
env:

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Secret
metadata:
name: backend-api-internal
namespace: app-notifications
type: Opaque
stringData:
db_password: password
db_username: password
rmq_password: guest
rmq_username: guest