Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
fix(keycloak var): fix prod keycloak vars (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda authored May 12, 2022
1 parent 8fccc73 commit 56120ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .kube-workflow/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ app:
requests:
cpu: 200m
memory: 256Mi
env:
- name: NEXTAUTH_URL
value: "https://monpsy.sante.gouv.fr"
- name: KEYCLOAK_ISSUER
value: "https://keycloak-{{ .Values.global.host }}/auth/realms/mon-psy-sante"
- name: KEYCLOAK_ID
value: mon-psy-app

keycloak:
ingress:
Expand Down

0 comments on commit 56120ac

Please sign in to comment.