Skip to content
Snippets Groups Projects
Commit 9910c1bb authored by Helmut Hutzler's avatar Helmut Hutzler
Browse files

Add new file

parent 2b554954
Branches master
No related tags found
No related merge requests found
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment-via-gitlab-agent-project
namespace: testing
spec:
selector:
matchLabels:
app: nginx
replicas: 1 # tells deployment to run 2 pods matching the template
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