Skip to content

Commit

Permalink
Added svc
Browse files Browse the repository at this point in the history
  • Loading branch information
qtkhajacloud committed Sep 12, 2021
1 parent a91fe96 commit 671601b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sep21/replicaset/nginx-svc.yml
@@ -0,0 +1,13 @@
---
apiVersion: v1
kind: Service
metadata:
name: nginx-svc
spec:
selector:
app: nginx
ports:
- protocol: TCP
targetPort: 80
port: 80

0 comments on commit 671601b

Please sign in to comment.