expose it for now

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-03-08 18:05:07 +00:00
parent e3a291e69c
commit 6620caf458
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,8 @@
kind: Service kind: Service
apiVersion: v1 apiVersion: v1
metadata: metadata:
annotations:
external-dns.alpha.kubernetes.io/hostname: lidarr.martyn.berlin
name: ipp-usb name: ipp-usb
labels: labels:
app.kubernetes.io/name: ipp-usb app.kubernetes.io/name: ipp-usb
@ -12,3 +14,4 @@ spec:
protocol: TCP protocol: TCP
port: 60000 port: 60000
targetPort: 60000 targetPort: 60000
type: LoadBalancer