Skip to content

Commit

Permalink
Updates the keycloak config #3
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantgoswami committed Dec 23, 2019
1 parent e0260c7 commit b361d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ spec:
name: dq-business-data-manager
key: KEYCLOAK_CLIENT_SECRET
- name: PROXY_LISTEN
value: 0.0.0.0:8081
value: 0.0.0.0:8080
- name: PROXY_DISCOVERY_URL
valueFrom:
secretKeyRef:
name: dq-business-data-manager
key: KEYCLOAK_DISCOVERY
- name: PROXY_UPSTREAM_URL
value: http://127.0.0.1:8080
value: http://127.0.0.1:80
args:
- --enable-logging
- --enable-json-logging
Expand Down

0 comments on commit b361d1f

Please sign in to comment.