Expose!
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
fc766a3f2e
commit
988745f3c5
1 changed files with 15 additions and 0 deletions
15
apps-kustomized/torrents/svc.yaml
Normal file
15
apps-kustomized/torrents/svc.yaml
Normal 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
|
Loading…
Add table
Reference in a new issue