Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
social
SoMeDi Use Case - Lateral
Commits
8dc3df4a
Commit
8dc3df4a
authored
Nov 06, 2017
by
Alberto Pascual
Browse files
port deployment fix
parent
0bb46e68
Pipeline
#433
passed with stages
in 18 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
k8s/somedi-deployment.yaml
View file @
8dc3df4a
...
...
@@ -75,7 +75,7 @@ spec:
cpu
:
"
500m"
ports
:
-
name
:
web
containerPort
:
80
9
0
containerPort
:
80
8
0
envFrom
:
-
configMapRef
:
name
:
${NAME}-web
...
...
k8s/somedi-ingress.yaml
View file @
8dc3df4a
...
...
@@ -29,5 +29,5 @@ spec:
-
path
:
/
backend
:
serviceName
:
${NAME}-web
servicePort
:
80
9
0
servicePort
:
80
8
0
k8s/somedi-svc.yaml
View file @
8dc3df4a
...
...
@@ -19,7 +19,7 @@ metadata:
spec
:
type
:
ClusterIP
ports
:
-
port
:
80
9
0
-
port
:
80
8
0
protocol
:
TCP
selector
:
role
:
${NAME}-web
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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