Move to using kustomize'd helm charts to deploy it Update the new version of the helm chart, which has very different values structure Move database into the db namespace Upgrade the db to include vectorchord Upgrade CNPG to now include barman cloud natively Migrate databases to Barman Cloud plugin, completely Eliminate yet another shell script step in applying my k8s config
12 lines
197 B
YAML
12 lines
197 B
YAML
namespace: db
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- secrets.yaml
|
|
- postgres-cluster.yaml
|
|
- postgres-gitlab.yaml
|
|
- postgres-pgadmin.yaml
|
|
- postgres-matrix.yaml
|
|
- immich.yaml
|
|
- ingress.yaml
|