next-terminal/playground/deploy-k8s/guacd-service.yaml
wjluo bb65396df6
K8s yaml (#254)
* wjluo add k8s-yaml, 20220509

* Update README.md

Co-authored-by: ccoe <ccoe@wjluodeMacBook-Pro.local>
2022-05-08 14:20:59 +08:00

20 lines
350 B
YAML

apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.26.1 (a9d05d509)
creationTimestamp: null
labels:
io.kompose.service: guacd
name: guacd
spec:
ports:
- name: "4822"
port: 4822
targetPort: 4822
selector:
io.kompose.service: guacd
status:
loadBalancer: {}