Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SMART
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UNI-KLU
SMART
Commits
80902c26
Commit
80902c26
authored
Mar 17, 2021
by
Manuel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated deployment files
parent
a4026e6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
deployment.yml
src/dashboard/deployment/deployment.yml
+5
-0
nginx.conf
src/dashboard/deployment/nginx.conf
+10
-0
No files found.
src/dashboard/deployment/deployment.yml
View file @
80902c26
...
...
@@ -7,6 +7,11 @@ spec:
selector
:
app
:
dashboard
ports
:
-
name
:
http
port
:
80
targetPort
:
80
nodePort
:
30468
protocol
:
TCP
-
name
:
https
port
:
443
targetPort
:
443
...
...
src/dashboard/deployment/nginx.conf
View file @
80902c26
...
...
@@ -10,3 +10,13 @@ server {
try_files
$uri
/index.html
;
}
}
server
{
listen
80
;
server_name
demo_http
;
location
/
{
root
/usr/share/nginx/html
;
try_files
$uri
/index.html
;
}
}
\ No newline at end of file
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