Actual labels are app.kubernetes.io/name=weave-gitops and app.kubernetes.io/instance=flux-system-weave-gitops.
20 lines
433 B
YAML
20 lines
433 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: flux-tailscale
|
|
namespace: flux-system
|
|
annotations:
|
|
tailscale.com/hostname: flux
|
|
tailscale.com/proxy-class: infra-stable
|
|
spec:
|
|
type: LoadBalancer
|
|
loadBalancerClass: tailscale
|
|
selector:
|
|
app.kubernetes.io/name: weave-gitops
|
|
app.kubernetes.io/instance: flux-system-weave-gitops
|
|
ports:
|
|
- name: http
|
|
port: 9001
|
|
protocol: TCP
|
|
targetPort: http
|