Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
react_docker_app
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fabius
react_docker_app
Commits
076101d3
Commit
076101d3
authored
Mar 10, 2020
by
FabiusE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed Ports now it is available
parent
b48147ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
12 deletions
+15
-12
kubernetes.yaml
kubernetes.yaml
+15
-12
No files found.
kubernetes.yaml
View file @
076101d3
...
...
@@ -20,24 +20,26 @@ spec:
memory
:
"
128Mi"
cpu
:
"
500m"
ports
:
-
containerPort
:
8080
-
containerPort
:
80
---
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
service-react
app
name
:
my
app
namespace
:
default
labels
:
app
:
myapp
spec
:
selector
:
app
:
Service
ports
:
-
port
:
8080
-
port
:
80
protocol
:
TCP
selector
:
app
:
myapp
---
apiVersion
:
extensions
/v1beta1
apiVersion
:
networking.k8s.io
/v1beta1
kind
:
Ingress
metadata
:
name
:
react
app
name
:
my
app
namespace
:
default
spec
:
rules
:
...
...
@@ -45,9 +47,10 @@ spec:
http
:
paths
:
-
backend
:
serviceName
:
service-react
app
servicePort
:
80
80
serviceName
:
my
app
servicePort
:
80
path
:
/
tls
:
-
hosts
:
-
masterthesis.online
-
hosts
:
-
masterthesis.online
secretName
:
testsecret-tls
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