Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubernetes Test
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lukas Berger
Kubernetes Test
Commits
f08b0be6
Commit
f08b0be6
authored
3 years ago
by
Lukas Berger
Browse files
Options
Downloads
Patches
Plain Diff
Add new file
parent
fc739560
Branches
main
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifest.yaml
+20
-0
20 additions, 0 deletions
manifest.yaml
with
20 additions
and
0 deletions
manifest.yaml
0 → 100644
+
20
−
0
View file @
f08b0be6
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
nginx-deployment-naww
namespace
:
gitlab-agent
# Can be any namespace managed by you that the agent has access to.
spec
:
selector
:
matchLabels
:
app
:
nginx
replicas
:
1
template
:
metadata
:
labels
:
app
:
nginx
spec
:
containers
:
-
name
:
nginx
image
:
nginx:1.14.2
ports
:
-
containerPort
:
80
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment