From d6fe1dab7ce59ec5cc4b5f0606649de261066c70 Mon Sep 17 00:00:00 2001 From: unchama <11990197+unchama@users.noreply.github.com> Date: Sun, 31 Dec 2023 23:45:45 +0900 Subject: [PATCH 1/2] change grafana-host to new-vm(sc-monitoring-01) --- .../apps/cloudflared-tunnel-exits/http-exits.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cloudflared-tunnel-exits/http-exits.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cloudflared-tunnel-exits/http-exits.yaml index 659af2b89..6b0703a2f 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cloudflared-tunnel-exits/http-exits.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cloudflared-tunnel-exits/http-exits.yaml @@ -25,7 +25,7 @@ spec: # TODO 新VMに乗り換え(sc-monitoring-01(10.123.0.193:3000) on sc-proxmox-mon-01) - name: grafana-onp external-hostname: grafana.onp.admin.seichi.click - internal-authority: "192.168.3.20:3000" + internal-authority: "10.123.0.193:3000" # zabbix - name: zabbix From 8cf8d51de13c4a0d392dab53c1aa984a50ace390 Mon Sep 17 00:00:00 2001 From: unchama <11990197+unchama@users.noreply.github.com> Date: Sun, 31 Dec 2023 23:47:34 +0900 Subject: [PATCH 2/2] remove comment --- .../apps/cloudflared-tunnel-exits/http-exits.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cloudflared-tunnel-exits/http-exits.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cloudflared-tunnel-exits/http-exits.yaml index 6b0703a2f..f5f380aa4 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cloudflared-tunnel-exits/http-exits.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cloudflared-tunnel-exits/http-exits.yaml @@ -22,7 +22,6 @@ spec: # オンプレにもともとあった Grafana。 # grafana側でGitHub-SSO認証が掛かっているため、Cloudflare のレイヤではアクセス制御はしていない。 - # TODO 新VMに乗り換え(sc-monitoring-01(10.123.0.193:3000) on sc-proxmox-mon-01) - name: grafana-onp external-hostname: grafana.onp.admin.seichi.click internal-authority: "10.123.0.193:3000"