19 lines
357 B
YAML
19 lines
357 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: sonarr
|
||
|
|
name: sonarr
|
||
|
|
spec:
|
||
|
|
type: NodePort
|
||
|
|
ports:
|
||
|
|
- name: "30989"
|
||
|
|
port: 30989
|
||
|
|
targetPort: 8989
|
||
|
|
nodePort: 30989
|
||
|
|
selector:
|
||
|
|
io.kompose.service: sonarr
|