From 52901704526ad898623724a410722faacc338c04 Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Wed, 15 May 2024 22:43:28 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20argo=20workflows=E3=81=B8=E3=81=AE?= =?UTF-8?q?=E3=83=AA=E3=83=90=E3=83=BC=E3=82=B9=E3=83=97=E3=83=AD=E3=82=AD?= =?UTF-8?q?=E3=82=B7=E3=81=AE=E3=82=A8=E3=83=B3=E3=83=89=E3=83=9D=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=83=88=E5=90=8D=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/cloudflared-tunnel-exits/http-exits.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 4e8e9674a..d0c180f7a 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 @@ -101,9 +101,9 @@ spec: internal-authority: "growi.growi-system:3000" # Argo Workflows に対する POST リクエストのみを受け付けるためのリバースプロキシ。 - - name: argo-workflows-reverse-proxy - external-hostname: argo-workflows-webhook.onp-k8s.admin.seichi.click - internal-authority: "argo-workflows-reverse-proxy.argocd:80" + - name: argo-wf-proxy + external-hostname: argo-wf-webhook.onp-k8s.admin.seichi.click + internal-authority: "argo-wf-proxy.argocd:80" template: metadata: From ab95961083b32f08cec676d652983909c404422c Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Wed, 15 May 2024 22:45:52 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20nginx=20=E3=81=AE=20server=5Fname=20?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app-of-other-apps/argo-workflows-reverse-proxy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/argo-workflows-reverse-proxy.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/argo-workflows-reverse-proxy.yaml index b915f6eb3..f58a13c9e 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/argo-workflows-reverse-proxy.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/argo-workflows-reverse-proxy.yaml @@ -40,7 +40,7 @@ data: server { listen 80; - server_name argo-workflows-webhook.onp-k8s.admin.seichi.click; + server_name argo-wf-webhook.onp-k8s.admin.seichi.click; location / { limit_except POST { deny all;