Skip to content

Commit

Permalink
Create nginx.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shamaloy authored Feb 23, 2024
1 parent c1ff505 commit e30ed43
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions nginx.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
spec:
replicas: 3
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:latest
ports:
- containerPort: 80

0 comments on commit e30ed43

Please sign in to comment.