|
|
f812dcc75f
|
refactor: update Vault secret paths to new categorized structure
- code-server: code-server → applications/code-server
- mas: mas → applications/mas, postgresql → storage/postgresql
- umami: umami → applications/umami
- headlamp: authelia → security/authelia
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-11 22:36:11 +09:00 |
|
|
|
e5da6a1012
|
REFACTOR(umami): consolidate ingress into helm values
- Remove separate ingress manifests
- Define ingress directly in helm-values.yaml
- Remove kustomization ingress reference
|
2026-01-10 17:39:36 +09:00 |
|
|
|
a2e882853e
|
FIX(umami): remove SSO and use default login
- Remove disableLogin setting from helm values
- Remove Authelia middleware from ingress
|
2026-01-10 17:32:35 +09:00 |
|
|
|
d65596309b
|
REFACTOR(secrets): flatten Vault paths
- Change secret paths from <category>/<app> to <app>
- applications/code-server → code-server
- applications/umami → umami
- databases/postgresql → postgresql
- cluster-infrastructure/authelia → authelia
|
2026-01-06 16:53:02 +09:00 |
|
|
|
068d9339b9
|
REFACTOR(repo): move vault/ to manifests/
- Move ExternalSecret files from vault/ to manifests/secret.yaml
- Merge multiple secrets with --- separator (immich)
- Update kustomization.yaml references
- Remove vault/ folders
Apps: umami, immich, code-server
|
2026-01-06 16:43:34 +09:00 |
|
|
|
7661427f4b
|
REFACTOR(umami): move dual ingress to manifests
- Move ingress.yaml to manifests/ (public + protected ingress)
- Keep ingress disabled in helm-values.yaml due to complex routing
|
2026-01-06 15:13:42 +09:00 |
|