Commit 6757c16
authored
fix(grafana): wire orphan status-onion-service.yaml into kustomization (#30)
`workloads/grafana/status-onion-service.yaml` defines an OnionService
for the public status dashboard but wasn't referenced from
`workloads/grafana/kustomization.yaml`, so it was never applied. The
matching tor private key (`status-tor-proxy-key` Secret) IS in the
cluster — just unused. Adding the resource entry deploys the
OnionService, which derives
`7m3fv4pd5m3n24vqttmjr7x473apso2s6pfjmslildkxa5rctfikyqid.onion` from
that key.
After merge: `kubectl get onionservice -n grafana` should list `status`
alongside `grafana`.
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent 16133f1 commit 6757c16
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
0 commit comments