Skip to content
Snippets Groups Projects
Commit f08b0be6 authored by Lukas Berger's avatar Lukas Berger
Browse files

Add new file

parent fc739560
Branches main
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment