kubernetes/test/e2e/testing-manifests/ingress/static-ip/svc.yaml
Prashanth Balasubramanian da6f964be4 Rewrite ingress e2es
2016-06-16 11:28:06 -07:00

16 lines
240 B
YAML

apiVersion: v1
kind: Service
metadata:
name: echoheaders-https
labels:
app: echoheaders-https
spec:
type: NodePort
ports:
- port: 80
targetPort: 8080
protocol: TCP
name: http
selector:
app: echoheaders-https