Expose so I can use if needed in-house
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
13a005f6b5
commit
83b0b4be59
1 changed files with 15 additions and 0 deletions
15
apps-kustomized/svc.yaml
Normal file
15
apps-kustomized/svc.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app: tailscale-proxy
|
||||||
|
app.kubernetes.io/instance: tailscale-proxy
|
||||||
|
name: tailscale-proxy
|
||||||
|
spec:
|
||||||
|
ports:
|
||||||
|
- port: 1055
|
||||||
|
protocol: TCP
|
||||||
|
targetPort: 1055
|
||||||
|
selector:
|
||||||
|
app: tailscale-proxy
|
||||||
|
type: LoadBalancer
|
Loading…
Add table
Reference in a new issue