FEAT(traefik): add Traefik UI
- Add Traefik dashboard configuration - Enable web UI access
This commit is contained in:
21
traefik/helm-values.yaml
Normal file
21
traefik/helm-values.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChartConfig
|
||||
metadata:
|
||||
name: traefik
|
||||
namespace: kube-system
|
||||
spec:
|
||||
valuesContent: |-
|
||||
# Traefik Dashboard 활성화
|
||||
dashboard:
|
||||
enabled: true
|
||||
|
||||
# API 활성화 (Dashboard에서 필요)
|
||||
api:
|
||||
dashboard: true
|
||||
insecure: false
|
||||
|
||||
# ports 설정
|
||||
ports:
|
||||
traefik:
|
||||
expose:
|
||||
default: true
|
||||
Reference in New Issue
Block a user