remove specific secret and use env vars for frontend
All checks were successful
Mirror to GitHub / mirror (push) Successful in 7s
All checks were successful
Mirror to GitHub / mirror (push) Successful in 7s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user