16 lines
265 B
YAML
16 lines
265 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: sabnzbd
|
||
|
annotations:
|
||
|
external-dns.alpha.kubernetes.io/hostname: sabnzbd.martyn.berlin
|
||
|
name: sabnzbd
|
||
|
spec:
|
||
|
ports:
|
||
|
- port: 80
|
||
|
targetPort: 8080
|
||
|
selector:
|
||
|
app: sabnzbd
|
||
|
type: LoadBalancer
|