20 lines
426 B
YAML
20 lines
426 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: weave-gitops-tailscale
|
|
namespace: flux-system
|
|
annotations:
|
|
tailscale.com/hostname: flux
|
|
tailscale.com/tags: "tag:prod,tag:flux"
|
|
tailscale.com/proxy-class: infra-stable
|
|
spec:
|
|
type: LoadBalancer
|
|
loadBalancerClass: tailscale
|
|
selector:
|
|
app.kubernetes.io/name: weave-gitops
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: 9001
|