Files
kubernetes-essentials/06-services/intro/kuard-dpl-svc.yaml
2018-10-01 10:33:29 +03:00

20 lines
298 B
YAML

apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
internalVersion: 0.0.1
run: kuard
name: kuard
spec:
ports:
- port: 8080
protocol: TCP
targetPort: 8080
selector:
internalVersion: 0.0.1
run: kuard
type: NodePort
status:
loadBalancer: {}