blob: 22625ad14579af61c56a5d257dc9ececde18ef45 [file] [log] [blame]
apiVersion: v1
kind: Service
metadata:
name: nginxsvc
labels:
app: nginx
spec:
ports:
- port: 80
protocol: TCP
name: http
selector:
app: nginx