Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OSUG
RESIF
ws.resif.fr-k8s
Commits
b778adc9
Commit
b778adc9
authored
Mar 30, 2022
by
Thibault Rolland
Browse files
add target port in service
parent
efd28ea2
Changes
2
Hide whitespace changes
Inline
Side-by-side
config.yaml
View file @
b778adc9
...
...
@@ -32,4 +32,7 @@ contexts:
-
tag
:
c8ee237e
host
:
ws.resif.fr
# TODO: Delete annotations
# TODO: Add in service
spec.ports[0]
:
targetPort
:
80
# TODO: Delete annotations in ingress
deploy/base/service.yaml
View file @
b778adc9
...
...
@@ -5,4 +5,5 @@ metadata:
spec
:
ports
:
-
port
:
80
targetPort
:
80
type
:
ClusterIP
Write
Preview
Supports
Markdown
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