* add postgres initialization * remove load balancer * go mod tidy * update license * license update for viewer * (test) disable controller license check * (test) disable persistence agence licence check * (test) disable scheduled workflow license check * (test) disable cacheserver license check * fix db config location * fix mysql support * test * test * no long set host address * address comments * address comments and enable license check * format * remove extra blank line * update licenses * cache server license * address comments * centralize error message * remove pv in postgres deployment |
||
|---|---|---|
| .. | ||
| base | ||
| README.md | ||
README.md
Build PostgreSQL yaml
# In this folder of manifests/kustomize/third-party/postgresql
rm -rf build
mkdir build
kustomize build ./base -o build
Deploy PostgreSQL container
# In this folder of manifests/kustomize/third-party/postgresql
kubectl -n <your_namespace> apply -f build