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

Add new file

parent 48b91a83
No related branches found
No related tags found
No related merge requests found
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
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