parent
fc766a3f2e
commit
988745f3c5
|
@ -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
|
Loading…
Reference in New Issue