remove specific secret and use env vars for frontend
All checks were successful
Mirror to GitHub / mirror (push) Successful in 7s

This commit is contained in:
jona.klaess
2026-06-08 15:23:29 +02:00
parent 59eef825c1
commit bca9165f3c
3 changed files with 11 additions and 22 deletions

View File

@@ -19,6 +19,17 @@ spec:
- name: ptp-chat-frontend
image: gitea.controller.bittehackmichnicht.de/apps/ptpchat-frontend/ptp-chat-frontend:latest
imagePullPolicy: Always
env:
- name: URL_KEYCLOAK
value: "https://keycloak.controller.bittehackmichnicht.de"
- name: KEYCLOAK_REALM
value: "PraxistransferKeycloak"
- name: KEYCLOAK_CLIENT_ID
value: "praxistransfer"
- name: URL_FRONTEND
value: "https://ptp-chat.k8s.bittehackmichnicht.de"
- name: URL_BACKEND
value: "https://ptp-chat.k8s.bittehackmichnicht.de/api"
ports:
- name: http
containerPort: 80