First
This commit is contained in:
19
sqnotes/notes-service.yaml
Normal file
19
sqnotes/notes-service.yaml
Normal 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: {}
|
Reference in New Issue
Block a user