Skip to content

Commit

Permalink
build(k8s): update env variables in helm chart build_image
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Mar 19, 2024
1 parent 557e7b9 commit f70404d
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions helm/gateway/templates/gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,22 @@ spec:
- containerPort: 5000
env:
- name: API_CLIENT_ID
value: "api-client" # To be replaced # To be replaced
value: "api-client" # To be replaced
- name: API_CLIENT_SECRET
value: "clientSecret" # Only needs to be filled in if using the /token ep
- name: IDP_URL
value: "https://idp.provider/" # To be replaced
- name: IDP_REALM
value: "flame" # To be replaced
- name: RESULTS_SERVICE_URL
value: "https://results.service.de/" # To be replaced
value: "https://results.service.de/" # To be properly filled in
- name: HUB_SERVICE_URL
value: "https://central.hub.service.de/" # To be replaced
value: "https://api.privateaim.net"
- name: HUB_AUTH_SERVICE_URL
value: "https://auth.privateaim.net"
- name: K8S_API_KEY
value: "apiSecret" # To be replaced
value: "apiSecret" # To be properly filled in
- name: HUB_USERNAME
value: "thehubusername" # To be properly filled in
- name: HUB_PASSWORD
value: "thehubpassword" # To be properly filled in

0 comments on commit f70404d

Please sign in to comment.