This commit is contained in:
2026-04-28 13:58:34 +02:00
parent 7132f5000e
commit d1588975dc
14 changed files with 246 additions and 3 deletions

View File

@@ -13,9 +13,19 @@ resources:
- ../../base/prometheus
- ../../base/sealedsecrets
- ../../base/tempo
- ../../base/homepage
- ../../base/traefik-application
patches:
# Homepage: swap upc-dev → aks-dev
- target:
kind: Application
name: homepage
patch: |
- op: replace
path: /spec/sources/0/helm/valueFiles/1
value: $values/infra/values/aks-dev/homepage-values.yaml
# Traefik: swap upc-dev → aks-dev
- target:
kind: Application