15 lines
273 B
YAML
15 lines
273 B
YAML
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
|