14 lines
165 B
YAML
Raw Normal View History

2021-06-11 09:38:03 +05:30
apiVersion: v1
kind: Service
metadata:
name: nginx
labels:
app: nginx
spec:
ports:
- port: 80
name: web
clusterIP: None
selector:
app: nginx