Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
configmap-kpl
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 88b6e02b
authored
Jul 13, 2020
by
ningfd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix backend cm
1 parent
0de1cc07
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
kpl/cfg-kpl-nginx.yaml
kpl/cfg-kpl-nginx.yaml
View file @
88b6e02
...
@@ -16,6 +16,7 @@ data:
...
@@ -16,6 +16,7 @@ data:
proxy_pass http://kpl--frontend.kpl.svc.cluster.local:80$request_uri;
proxy_pass http://kpl--frontend.kpl.svc.cluster.local:80$request_uri;
}
}
location ^~ /api/v1 {
location ^~ /api/v1 {
resolver kube-dns.kube-system.svc.cluster.local valid=5s;
proxy_pass http://kpl--backend.kpl.svc.cluster.local:8919$request_uri;
proxy_pass http://kpl--backend.kpl.svc.cluster.local:8919$request_uri;
proxy_set_header Host $host;
proxy_set_header Host $host;
proxy_connect_timeout 10s;
proxy_connect_timeout 10s;
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment