Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Oct 23, 2024
1 parent 1c5ff3d commit cfdc778
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/app/templates/frontend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ spec:
value: '0'
- name: session_path
value: '/mnt/sessions'
- name: KEYCLOAK_URL
valueFrom:
secretKeyRef:
name: react-keycloak
key: react-app-keycloak-url
ports:
- name: http
containerPort: 3000
Expand Down

0 comments on commit cfdc778

Please sign in to comment.