Skip to content

Commit 39eaefd

Browse files
Nicolas Brieusselclaude
authored andcommitted
feat(wireguard): add Grafana as a second proxy target
Exactly the case proxyTargets was built for — a map entry, no new templates. Peers reach Grafana at 10.100.0.1:3000 once the tunnel is up, same mechanism as OpenBao on :8200. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017ZMCuQ5t9hdrmUctLk7hEv
1 parent a777cf4 commit 39eaefd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

services/platform/wireguard/config/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ proxyTargets:
6666
openbao:
6767
port: 8200
6868
target: "openbao.openbao.svc.cluster.local:8200"
69+
grafana:
70+
port: 3000
71+
target: "kube-prometheus-stack-grafana.monitoring.svc.cluster.local:80"
6972

7073
# name -> {publicKey, allowedIPs}. One entry per peer minted by infra repo's
7174
# 04-vpn/wireguard (`terraform output -json peer_public_keys`) — public

0 commit comments

Comments
 (0)