Skip to content

Commit

Permalink
Update nginx.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdminTurnedDevOps authored Apr 11, 2022
1 parent 4daa549 commit b29eb45
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,14 @@ spec:
image: nginx:latest
ports:
- containerPort: 80
---
apiVersion: v1
kind: Service
metadata:
name: nginxservice
spec:
selector:
app: nginxdeployment
ports:
- protocol: TCP
port: 80

0 comments on commit b29eb45

Please sign in to comment.