19 lines
376 B
YAML
19 lines
376 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
|
||
|
|
ports:
|
||
|
|
- name: http
|
||
|
|
port: 9001
|
||
|
|
protocol: TCP
|
||
|
|
targetPort: 9001
|