Files
kubernetes/test/e2e/testing-manifests/netexecsvc.yaml
2015-10-12 21:25:43 -03:00

16 lines
210 B
YAML

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