Fix Pangolin controller to poll API endpoint on port 3000
Update CONFIG_ENDPOINT to use port 3000 (API) instead of port 3002 (Web UI) to resolve empty Traefik configuration issue. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
fbdd757052
commit
78e7a6d1ab
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: pangolin-controller-config
|
||||
namespace: pangolin
|
||||
data:
|
||||
CONFIG_ENDPOINT: "http://pangolin.pangolin.svc.cluster.local:3002/api/v1/traefik-config"
|
||||
CONFIG_ENDPOINT: "http://pangolin.pangolin.svc.cluster.local:3000/api/v1/traefik-config"
|
||||
CONFIG_AUTH_HEADER: "Bearer 5qid06u9j325kpk.ywd3bpsx34dtxyczgatyxuoxkzwhie7d72k6v4hw"
|
||||
CONFIG_ALLOW_INSECURE_HTTP: "true"
|
||||
TARGET_NAMESPACE: "pangolin"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue