pipelines/manifests/kustomize/third-party/postgresql
Lingqing Gan e1f0c010f8
feat(backend): add postgres initialization (#9798)
* 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
2023-08-10 21:51:05 +00:00
..
base feat(backend): add postgres initialization (#9798) 2023-08-10 21:51:05 +00:00
README.md feat(backend): add postgres initialization (#9798) 2023-08-10 21:51:05 +00:00

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