FEAT(traefik): add Traefik UI

- Add Traefik dashboard configuration
- Enable web UI access
This commit is contained in:
2025-12-30 12:18:03 +09:00
parent 59ae6fb777
commit eb76a4eb28
4 changed files with 82 additions and 0 deletions

21
traefik/helm-values.yaml Normal file
View 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