Skip to content

Commit

Permalink
change url
Browse files Browse the repository at this point in the history
  • Loading branch information
kfeofantov committed May 31, 2018
1 parent f010c99 commit 24a0789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/user-manager/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
value: "{{ .Values.env.local.CH_USER_RESOURCE_SERVICE_URL }}"
{{- else }}
- name: CH_USER_RESOURCE_SERVICE_URL
value: "http://{{ .Release.Name }}-resource:1213"
value: "http://{{ .Release.Name }}-permissions:4242"
{{- end }}

{{- if .Values.env.local.CH_USER_AUTH_GRPC_ADDR }}
Expand Down
2 changes: 1 addition & 1 deletion charts/user-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
CH_USER_USER_MANAGER: "impl"
local:
CH_USER_PG_ADDR: "postgres-master.postgres.svc.cluster.local:5432"
CH_USER_RESOURCE_SERVICE_URL: "resource-service:1213"
CH_USER_RESOURCE_SERVICE_URL: "permissions:4242"
CH_USER_AUTH_GRPC_ADDR: "ch-auth:1112"
CH_USER_MAIL_URL: "mail-templater:7070"
CH_USER_PG_PASSWORD:
Expand Down

0 comments on commit 24a0789

Please sign in to comment.