Skip to content

Commit

Permalink
corrected keycloak urls
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Oct 23, 2024
1 parent 2107017 commit 47cc370
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/app/templates/backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ spec:
secretKeyRef:
name: ticdi-sessions
key: session_secret
- name: KEYCLOAK_URL
- name: keycloak_base_url
valueFrom:
secretKeyRef:
name: react-app
key: keycloak-url
name: keycloak
key: keycloak_base_url
- name: keycloak_realm
valueFrom:
secretKeyRef:
Expand Down
6 changes: 3 additions & 3 deletions charts/app/templates/frontend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ spec:
value: '/mnt/sessions'
- name: KEYCLOAK_URL
valueFrom:
secretKeyRef:
name: react-keycloak
key: react-app-keycloak-url
secretKeyRef:
name: react-app
key: keycloak-url
ports:
- name: http
containerPort: 3000
Expand Down

0 comments on commit 47cc370

Please sign in to comment.