27 lines
521 B
YAML
27 lines
521 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
annotations:
|
||
|
|
kompose.cmd: kompose convert -f compose-yarr.yaml
|
||
|
|
kompose.version: 1.38.0 (HEAD)
|
||
|
|
labels:
|
||
|
|
io.kompose.service: slskd
|
||
|
|
name: slskd
|
||
|
|
spec:
|
||
|
|
type: NodePort
|
||
|
|
ports:
|
||
|
|
- name: "30030"
|
||
|
|
port: 30030
|
||
|
|
targetPort: 5030
|
||
|
|
nodePort: 30030
|
||
|
|
- name: "30031"
|
||
|
|
port: 30031
|
||
|
|
targetPort: 5031
|
||
|
|
nodePort: 30031
|
||
|
|
- name: "30300"
|
||
|
|
port: 30300
|
||
|
|
targetPort: 50300
|
||
|
|
nodePort: 30300
|
||
|
|
selector:
|
||
|
|
io.kompose.service: slskd
|