Skip to content

Commit

Permalink
ci(k8s): update default client ID
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Mar 26, 2024
1 parent 80228c1 commit b424e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/helm/gateway/templates/gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
name: http-result-srv
env:
- name: API_CLIENT_ID
value: {{ .Values.env.API_CLIENT_ID | default "api-client" | quote }}
value: {{ .Values.env.API_CLIENT_ID | default "hub-adapter" | quote }}
- name: IDP_URL
value: {{ .Values.env.IDP_URL | default "http://keycloak-service:8080" | quote }} # To be replaced
- name: IDP_REALM
Expand Down
2 changes: 1 addition & 1 deletion k8s/manifests/gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- containerPort: 5000
env:
- name: API_CLIENT_ID
value: "api-client"
value: "hub-adapter"
- name: IDP_URL
value: "http://keycloak-service:8080" # To be replaced
- name: IDP_REALM
Expand Down

0 comments on commit b424e8b

Please sign in to comment.