Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Jul 12, 2024
1 parent fcee31e commit 432036d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions charts/app/templates/frontend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,29 @@ spec:
value: "http://{{ .Release.Name }}-backend"
- name: LOG_LEVEL
value: "info"
- name: KEYCLOAK_URL
valueFrom:
secretKeyRef:
name: react-app
key: keycloak-url
- name: COMS_URL
valueFrom:
secretKeyRef:
name: react-app
key: coms-url
- name: COMS_BUCKET
valueFrom:
secretKeyRef:
name: react-app
key: coms-bucket
- name: SHOW_EXPERIMENTAL_FEATURES
valueFrom:
secretKeyRef:
name: react-app
key: show-experimental-features
- name: ENVIRONMENT_NAME
value: "production"

ports:
- name: http
containerPort: 3000
Expand Down

0 comments on commit 432036d

Please sign in to comment.