Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
instant3Dhub
release
Commits
7bad33a4
Commit
7bad33a4
authored
Mar 23, 2021
by
Gerrit Voss
Browse files
changed: use 127.0.0.1 instead of localhost to connect to authsvc sidecar container
parent
e5846ae2
Changes
3
Hide whitespace changes
Inline
Side-by-side
helm/templates/apigw.yml
View file @
7bad33a4
...
...
@@ -37,7 +37,7 @@ spec:
-
name
:
CONSUL_HOST
value
:
i3dhub-consul:8080
-
name
:
AUTHSVC_HOST
value
:
localhost
:6060
value
:
127.0.0.1
:6060
volumeMounts
:
-
name
:
local-nginx-config
mountPath
:
"
/opt/nginx.custom/"
...
...
helm/templates/delivery.yml
View file @
7bad33a4
...
...
@@ -83,7 +83,7 @@ spec:
-
name
:
JAEGER_COLLECTOR_HOSTS
value
:
i3dhub-jaeger-collector:8080
-
name
:
AUTHSVC_HOST
value
:
localhost
:6060
value
:
127.0.0.1
:6060
ports
:
{{
- range until ((sub 7875 7780) | int)
}}
-
containerPort
:
{{
add 7780 .
}}
...
...
helm/templates/query.yml
View file @
7bad33a4
...
...
@@ -83,7 +83,7 @@ spec:
-
name
:
JAEGER_COLLECTOR_HOSTS
value
:
i3dhub-jaeger-collector:8080
-
name
:
AUTHSVC_HOST
value
:
localhost
:6060
value
:
127.0.0.1
:6060
{{
- $postgres
:
= .Values.postgres | default dict -
}}
{{
if $postgres.host
}}
-
name
:
POSTGRES_HOST
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment