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
Open sidebar
test
nginx
Commits
2b283ab4
Commit
2b283ab4
authored
Jan 26, 2022
by
test
Browse files
deply
parent
f1800ac8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
deploy/deploy.yaml
deploy/deploy.yaml
+12
-0
deploy/service.yaml
deploy/service.yaml
+0
-10
No files found.
deploy/deploy.yaml
View file @
2b283ab4
...
...
@@ -20,3 +20,15 @@ spec:
cpu
:
"
500m"
ports
:
-
containerPort
:
80
---
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
nginx
spec
:
selector
:
app
:
nginx
ports
:
-
port
:
80
targetPort
:
80
deploy/service.yaml
deleted
100644 → 0
View file @
f1800ac8
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
nginx
spec
:
selector
:
app
:
nginx
ports
:
-
port
:
80
targetPort
:
80
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