23 lines
443 B
YAML
23 lines
443 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: sabnzbd
|
||
|
|
name: sabnzbd
|
||
|
|
spec:
|
||
|
|
type: NodePort
|
||
|
|
ports:
|
||
|
|
- name: "30080"
|
||
|
|
port: 30080
|
||
|
|
targetPort: 8080
|
||
|
|
nodePort: 30080
|
||
|
|
- name: "30090"
|
||
|
|
port: 30090
|
||
|
|
targetPort: 9090
|
||
|
|
nodePort: 30090
|
||
|
|
selector:
|
||
|
|
io.kompose.service: sabnzbd
|