FIX(traefik): enable traefik dashboard API
- insecure mode Dashboard was returning 404 because api.insecure was set to false, which disables the dashboard API on port 8080.
This commit is contained in:
@@ -32,7 +32,10 @@ spec:
|
||||
# API 활성화 (Dashboard에서 필요)
|
||||
api:
|
||||
dashboard: true
|
||||
insecure: false
|
||||
|
||||
# CLI 추가 인자 (insecure는 helm values에 없어서 직접 추가)
|
||||
additionalArguments:
|
||||
- "--api.insecure=true"
|
||||
|
||||
# ports 설정
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user