Skip to content
Snippets Groups Projects
Verified Commit 4d64c7da authored by Mark's avatar Mark
Browse files

Add port to hydra url

parent b3019b34
No related branches found
No related tags found
1 merge request!7Integration user panel
......@@ -20,7 +20,7 @@ spec:
imagePullPolicy: Always
env:
- name: HYDRA_ADMIN_URL
value: http://{{ .Release.Name }}-admin
value: http://{{ .Release.Name }}-admin:4445
- name: GRAPHQL_URL
value: http://{{ include "single-sign-on.fullname" . }}-userbackend/graphql
ports:
......
......@@ -20,7 +20,7 @@ spec:
imagePullPolicy: Always
env:
- name: HYDRA_ADMIN_URL
value: http://{{ .Release.Name }}-admin
value: http://{{ .Release.Name }}-admin:4445
- name: GRAPHQL_URL
value: http://{{ include "single-sign-on.fullname" . }}-userbackend/graphql
ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment