The legacy per-Ingress StatefulSet proxy model silently ignores the tailscale.com/tags annotation, so tag:flyio-target was never applied to docs/loki/prometheus — breaking the restricted ACL. This adds a ProxyGroup (type: Ingress, 2 replicas) and annotates all 12 Ingresses with tailscale.com/proxy-group: "ingress" to enable per-Ingress tag overrides and restore connectivity. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
230 B
YAML
12 lines
230 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: tailscale
|
|
|
|
resources:
|
|
- operator.yaml
|
|
- proxyclass.yaml
|
|
- proxygroup-ingress.yaml
|
|
- dnsconfig.yaml
|
|
- egress-forge.yaml
|
|
- external-secret.yaml
|