Files
kubernetes-essentials/06-services/intro/kuard-pod-svc-np.yaml
2018-12-04 02:43:54 +03:00

19 lines
271 B
YAML

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