initial commit
This commit is contained in:
19
dev/tekton/examples/kaniko/site-service.yaml
Executable file
19
dev/tekton/examples/kaniko/site-service.yaml
Executable file
@@ -0,0 +1,19 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: site
|
||||
name: site
|
||||
spec:
|
||||
ports:
|
||||
- name: "1313"
|
||||
port: 1313
|
||||
targetPort: 1313
|
||||
selector:
|
||||
io.kompose.service: site
|
||||
status:
|
||||
loadBalancer: {}
|
||||
Reference in New Issue
Block a user