Files
argocd-apps/apps/base/arrstack/arrproxy/kustomization.yaml
T
unkin-agent d528dffb5b
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
arrproxy: v0.6.0 self-migrating, drop external migrate Job
Bump arrproxy-api and arrproxy-ui to v0.6.0 and remove the psql migrate Job
plus its migrations ConfigMap. v0.6.0 applies its own schema at startup under
a Postgres advisory lock and holds /readyz until it is current, so the
external hook is dead weight and a drift trap.
2026-08-30 15:15:01 +10:00

17 lines
341 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cnpg_cluster.yaml
- cnpg_backup.yaml
- vaultstaticsecret.yaml
- tiers-configmap.yaml
- oauth2-proxy-configmap.yaml
- oauth2-proxy-deployment.yaml
- api-deployment.yaml
- ui-deployment.yaml
- services.yaml
- gateway.yaml
- httproute.yaml