* wjluo add k8s-yaml, 20220509

* Update README.md

Co-authored-by: ccoe <ccoe@wjluodeMacBook-Pro.local>
This commit is contained in:
wjluo
2022-05-08 14:20:59 +08:00
committed by GitHub
parent 5695d6b2e2
commit bb65396df6
13 changed files with 323 additions and 0 deletions

View File

@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.26.1 (a9d05d509)
creationTimestamp: null
labels:
io.kompose.service: next-terminal
name: next-terminal
spec:
ports:
- name: "8088"
port: 8088
targetPort: 8088
selector:
io.kompose.service: next-terminal
status:
loadBalancer: {}