This commit is contained in:
Justine Pelletreau
2022-06-16 15:11:26 +02:00
commit f1decc1dd4
5 changed files with 104 additions and 0 deletions

View File

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