19 lines
355 B
YAML
19 lines
355 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
annotations:
|
||
|
|
kompose.cmd: kompose convert -f compose-dashy.yaml
|
||
|
|
kompose.version: 1.38.0 (HEAD)
|
||
|
|
labels:
|
||
|
|
io.kompose.service: dashy
|
||
|
|
name: dashy
|
||
|
|
spec:
|
||
|
|
type: NodePort
|
||
|
|
ports:
|
||
|
|
- name: "30870"
|
||
|
|
port: 30870
|
||
|
|
targetPort: 8080
|
||
|
|
nodePort: 30870
|
||
|
|
selector:
|
||
|
|
io.kompose.service: dashy
|