From 388f891d9529d4f58168bebbedc3e16a7b6de20d Mon Sep 17 00:00:00 2001 From: Kory Date: Wed, 1 Jun 2022 22:03:05 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20default=20value=E3=81=AE=E4=B8=AD?= =?UTF-8?q?=E3=81=AB=20example=20=E3=82=92=E4=BB=95=E8=BE=BC=E3=82=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-charts/cloudflared-tunnel/values.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/helm-charts/cloudflared-tunnel/values.yaml b/helm-charts/cloudflared-tunnel/values.yaml index 2c4fafef5..5bff60bb8 100644 --- a/helm-charts/cloudflared-tunnel/values.yaml +++ b/helm-charts/cloudflared-tunnel/values.yaml @@ -21,4 +21,14 @@ tunnelCredentialSecretName: null # 等を参考にせよ。 tunnelConfigContent: | ingress: + # ここに例えば次のようなエントリを追加することで、 + # k8s-api.onp-k8s.admin.seichi.click + # から(Podから見た) + # tcp://kubernetes.default:443 + # へのトンネルが疎通することになる: + # + # - hostname: k8s-api.onp-k8s.admin.seichi.click + # service: tcp://kubernetes.default:443 + + # Catch-all service - service: http_status:404