expose it for now
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
e3a291e69c
commit
6620caf458
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue