Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-12-12 18:58:57 +00:00
parent fc766a3f2e
commit 988745f3c5
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
annotations:
external-dns.alpha.kubernetes.io/hostname: qbittorrent.martyn.berlin
labels:
app: qbittorrent
app.kubernetes.io/instance: torrents
name: qbittorrent
spec:
ports:
- port: 8080
selector:
app: qbittorrent
type: LoadBalancer