k3s/test/e2e/testing-manifests/nginxsvc.yaml

15 lines
170 B
YAML
Raw Normal View History

2015-10-02 02:35:53 +00:00
apiVersion: v1
kind: Service
metadata:
name: nginxsvc
labels:
app: nginx
spec:
ports:
- port: 80
protocol: TCP
name: http
selector:
app: nginx