Add postgres chart for helm deployment 70/139970/4
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Fri, 17 Jan 2025 13:57:37 +0000 (13:57 +0000)
committerRamesh Murugan Iyer <ramesh.murugan.iyer@est.tech>
Wed, 22 Jan 2025 09:18:33 +0000 (09:18 +0000)
commit46b84e0b3fc3dbf3ee83d54e505bef9197ffd371
treeb17ab57c9f588dc4e1b4455f9e8cf84198012b2c
parent3804e8b4af14b98555b9b449cdb7afceb3ebea42
Add postgres chart for helm deployment

Remove mariadb helm chart

Issue-ID: POLICY-5252
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: I84307deb5e5a93dd50078d768673d4f02171653c
39 files changed:
compose/config/xacml-pdp/xacml-postgres.properties
helm/policy/Chart.yaml [changed mode: 0755->0644]
helm/policy/components/mariadb-galera/.helmignore [deleted file]
helm/policy/components/mariadb-galera/Chart.yaml [deleted file]
helm/policy/components/mariadb-galera/templates/configmap.yaml [deleted file]
helm/policy/components/mariadb-galera/templates/pdb.yaml [deleted file]
helm/policy/components/mariadb-galera/templates/pv.yaml [deleted file]
helm/policy/components/mariadb-galera/templates/role-binding.yaml [deleted file]
helm/policy/components/mariadb-galera/templates/secrets.yaml [deleted file]
helm/policy/components/mariadb-galera/templates/service.yaml [deleted file]
helm/policy/components/mariadb-galera/templates/statefulset.yaml [deleted file]
helm/policy/components/mariadb-galera/values.yaml [deleted file]
helm/policy/components/policy-api/resources/config/apiParameters.yaml
helm/policy/components/policy-api/templates/deployment.yaml [changed mode: 0755->0644]
helm/policy/components/policy-api/values.yaml
helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml [changed mode: 0755->0644]
helm/policy/components/policy-clamp-runtime-acm/templates/deployment.yaml
helm/policy/components/policy-clamp-runtime-acm/values.yaml
helm/policy/components/policy-drools-pdp/resources/configmaps/base.conf [changed mode: 0755->0644]
helm/policy/components/policy-drools-pdp/templates/statefulset.yaml
helm/policy/components/policy-drools-pdp/values.yaml
helm/policy/components/policy-pap/resources/config/papParameters.yaml
helm/policy/components/policy-pap/templates/deployment.yaml [changed mode: 0755->0644]
helm/policy/components/policy-pap/values.yaml [changed mode: 0755->0644]
helm/policy/components/policy-xacml-pdp/resources/config/xacml.properties [changed mode: 0755->0644]
helm/policy/components/policy-xacml-pdp/templates/deployment.yaml [changed mode: 0755->0644]
helm/policy/components/policy-xacml-pdp/values.yaml
helm/policy/components/postgres/Chart.yaml [moved from helm/policy/components/mariadb-galera/templates/service-account.yaml with 76% similarity]
helm/policy/components/postgres/templates/configmap.yaml [new file with mode: 0644]
helm/policy/components/postgres/templates/deployment.yaml [new file with mode: 0644]
helm/policy/components/postgres/templates/pv.yaml [new file with mode: 0644]
helm/policy/components/postgres/templates/pvc.yaml [new file with mode: 0644]
helm/policy/components/postgres/templates/service.yaml [new file with mode: 0644]
helm/policy/components/postgres/values.yaml [new file with mode: 0644]
helm/policy/resources/config/db-pg.sh [new file with mode: 0644]
helm/policy/resources/config/db_migrator_policy_init.sh [deleted file]
helm/policy/resources/config/init_pg.sh [moved from helm/policy/resources/config/db.sh with 62% similarity, mode: 0644]
helm/policy/templates/job-pg.yaml [moved from helm/policy/templates/job.yaml with 61% similarity, mode: 0644]
helm/policy/values.yaml [changed mode: 0755->0644]