Files
kubernetes-essentials/03-other-specs/svc_dep_kuard.yaml
Pamir Erdem 2645df26ff renamed
2018-08-01 11:46:57 +03:00

20 lines
293 B
YAML

apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: kuard
version: 1.0.0
name: kuard-deployment
spec:
ports:
- port: 8080
protocol: TCP
targetPort: 9999
selector:
app: kuard
version: 1.0.0
type: NodePort
status:
loadBalancer: {}