Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloudl
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ishtiaq Ahmed
cloudl
Commits
d2f1d973
Commit
d2f1d973
authored
Sep 11, 2019
by
kavinduchamiran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v13
parent
fe188c66
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
cloudl-client-deployment.yml
k8s/cloudl-client-deployment.yml
+3
-0
nginx.conf
nginx/nginx.conf
+2
-2
No files found.
k8s/cloudl-client-deployment.yml
View file @
d2f1d973
...
...
@@ -15,6 +15,9 @@ spec:
ports
:
-
containerPort
:
80
name
:
http-port
env
:
-
name
:
CLOUDL_SERVER
value
:
cloudl-server-service
selector
:
matchLabels
:
app
:
cloudl-client
\ No newline at end of file
nginx/nginx.conf
View file @
d2f1d973
...
...
@@ -7,7 +7,7 @@ server {
proxy_set_header
Connection
"upgrade"
;
proxy_set_header
Host
$host
;
proxy_cache_bypass
$http_upgrade
;
proxy_pass
http://cloudl-server-service:5000/
;
proxy_pass
http://cloudl-server-service:5000/
socket.io/
;
}
location
/api/
{
...
...
@@ -16,7 +16,7 @@ server {
proxy_set_header
Connection
"upgrade"
;
proxy_set_header
Host
$host
;
proxy_cache_bypass
$http_upgrade
;
proxy_pass
http://cloudl-server-service:5000/
;
proxy_pass
http://cloudl-server-service:5000/
api/
;
}
location
/
{
...
...
Write
Preview
Markdown
is supported
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