Skip to content
Snippets Groups Projects
Commit ac2ed7ca authored by Peter Toth's avatar Peter Toth
Browse files

nginx deploymet

parent e088be96
No related branches found
No related tags found
No related merge requests found
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
labels:
app.kubernetes.io/name: nginx
spec:
replicas: 3
selector:
matchLabels:
app.kubernetes.io/name: nginx
template:
metadata:
labels:
app.kubernetes.io/name: nginx
spec:
containers:
- name: nginx
image: nginx:1.22.1
ports:
- containerPort: 80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment