feat: add Tailscale Kubernetes Operator for Grafana/Prometheus access
Some checks failed
Deploy Cluster / Ansible (push) Has been cancelled
Deploy Cluster / Terraform (push) Has been cancelled

This commit is contained in:
2026-03-02 20:28:51 +00:00
parent 4f61a840c7
commit a0ed6523ec
6 changed files with 131 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
apiServerProxyConfig:
mode: "true"
oauth:
clientId: "{{ tailscale_oauth_client_id }}"
clientSecret: "{{ tailscale_oauth_client_secret }}"
operatorConfig:
hostname: "{{ tailscale_operator_hostname | default('ts-operator') }}"