Skip to content

Commit 6757c16

Browse files
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

File tree

workloads/grafana/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ resources:
99
- status-datasource.yaml
1010
- status-dashboard.yaml
1111
- onion-service.yaml
12+
- status-onion-service.yaml
1213
- tunnel-binding.yaml
1314
generators:
1415
- ksops-grafana-secrets.yaml

0 commit comments

Comments
 (0)