Skip to content

Commit

Permalink
fix: argo-wf-proxy の proxy_pass のポートを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed May 15, 2024
1 parent 554af9b commit 987cf6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ data:
limit_except POST {
deny all;
}
proxy_pass http://argo-workflows-server.argo:2746;
proxy_pass http://argo-workflows-server.argo:12000;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ spec:
- SeichiAssist
webhook:
endpoint: /create-seichiassist-release
port: "80"
port: "12000"
events:
- "release"

0 comments on commit 987cf6d

Please sign in to comment.