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

31
traefik/argocd.yaml Normal file
View File

@@ -0,0 +1,31 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik-config
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/Mayne0213/cluster-infrastructure.git
targetRevision: main
path: traefik
destination:
server: https://kubernetes.default.svc
namespace: kube-system
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
syncOptions:
- PrunePropagationPolicy=foreground
- PruneLast=true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m
revisionHistoryLimit: 10