2026-03-07 01:04:03 +00:00
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Service
|
|
|
|
|
metadata:
|
|
|
|
|
name: traefik-tailscale
|
|
|
|
|
namespace: kube-system
|
|
|
|
|
annotations:
|
|
|
|
|
tailscale.com/hostname: observability
|
|
|
|
|
tailscale.com/proxy-class: infra-stable
|
|
|
|
|
spec:
|
|
|
|
|
type: LoadBalancer
|
|
|
|
|
loadBalancerClass: tailscale
|
|
|
|
|
selector:
|
|
|
|
|
app.kubernetes.io/instance: traefik-kube-system
|
|
|
|
|
app.kubernetes.io/name: traefik
|
|
|
|
|
ports:
|
|
|
|
|
- name: web
|
|
|
|
|
port: 80
|
|
|
|
|
protocol: TCP
|
|
|
|
|
targetPort: web
|
|
|
|
|
- name: websecure
|
|
|
|
|
port: 443
|
|
|
|
|
protocol: TCP
|
|
|
|
|
targetPort: websecure
|
2026-03-07 12:30:17 +00:00
|
|
|
- name: flux
|
|
|
|
|
port: 9001
|
|
|
|
|
protocol: TCP
|
|
|
|
|
targetPort: 9001
|