Skip to content

Commit

Permalink
Merge pull request #1964 from GiganticMinecraft/fix/argo-workflows-re…
Browse files Browse the repository at this point in the history
…verse-proxy-hostname

fix: argo workflowsへのリバースプロキシのエンドポイント名を変更
  • Loading branch information
outductor authored May 15, 2024
2 parents 9c8b2d8 + ab95961 commit a1b62e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a1b62e3

Please sign in to comment.