d528dffb5b
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.
17 lines
341 B
YAML
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
|