PERF(authentik): increase replicas for HA

- Traefik, CoreDNS, Authentik
- Traefik: 2 replicas
- CoreDNS: 2 replicas (new HelmChartConfig)
- Authentik: 2 replicas for server and worker
- Vault: Keep file storage (standalone)
This commit is contained in:
2025-12-30 19:47:04 +09:00
parent d392bbc57a
commit 25379aebd0

View File

@@ -8,7 +8,7 @@ global:
server:
enabled: true
# Production 모드 - PostgreSQL backend 사용
# Production 모드
dev:
enabled: false
@@ -28,7 +28,7 @@ server:
path = "/vault/data"
}
# Optional: Enable Prometheus metrics
# Prometheus metrics
telemetry {
prometheus_retention_time = "30s"
disable_hostname = true
@@ -57,7 +57,7 @@ server:
hosts:
- vault0213.kro.kr
# 고가용성 비활성화 (단일 인스턴스)
# HA 비활성화 (단일 인스턴스)
ha:
enabled: false