[CPS] Charts added for repo cps-cps-temporal 48/123348/24
authorputhuparambil.aditya <aditya.puthuparambil@bell.ca>
Wed, 18 Aug 2021 12:57:24 +0000 (13:57 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 13 Sep 2021 06:01:28 +0000 (06:01 +0000)
commitf71e36527380f99c3cd3945767fb2b065840f9f3
treef6873edf5ea716baed205b5168807d746bbc6381
parentd362d9f64521d4585f779ff450f547da1ac00adb
[CPS] Charts added for repo cps-cps-temporal

cps-temporal component added for cps-temporal-db and cps-temporal(application)

Issue-ID: CPS-482
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: I91998e0d2e9f953f8579ee40d1670199155d3396
24 files changed:
kubernetes/common/timescaledb/.helmignore [new file with mode: 0644]
kubernetes/common/timescaledb/Chart.yaml [new file with mode: 0644]
kubernetes/common/timescaledb/requirements.yaml [new file with mode: 0644]
kubernetes/common/timescaledb/resources/init/init-schema.sh [new file with mode: 0644]
kubernetes/common/timescaledb/templates/configmap-init.yaml [new file with mode: 0644]
kubernetes/common/timescaledb/templates/pv.yaml [new file with mode: 0644]
kubernetes/common/timescaledb/templates/secrets.yaml [new file with mode: 0644]
kubernetes/common/timescaledb/templates/service.yaml [new file with mode: 0644]
kubernetes/common/timescaledb/templates/statefulset.yaml [new file with mode: 0644]
kubernetes/common/timescaledb/values.yaml [new file with mode: 0644]
kubernetes/cps/components/cps-temporal/.helmignore [new file with mode: 0644]
kubernetes/cps/components/cps-temporal/Chart.yaml [new file with mode: 0644]
kubernetes/cps/components/cps-temporal/requirements.yaml [new file with mode: 0644]
kubernetes/cps/components/cps-temporal/resources/config/application-helm.yml [new file with mode: 0644]
kubernetes/cps/components/cps-temporal/resources/config/logback.xml [new file with mode: 0644]
kubernetes/cps/components/cps-temporal/templates/configmap.yaml [new file with mode: 0644]
kubernetes/cps/components/cps-temporal/templates/deployment.yaml [new file with mode: 0644]
kubernetes/cps/components/cps-temporal/templates/ingress.yaml [new file with mode: 0644]
kubernetes/cps/components/cps-temporal/templates/secrets.yaml [new file with mode: 0644]
kubernetes/cps/components/cps-temporal/templates/service.yaml [new file with mode: 0644]
kubernetes/cps/components/cps-temporal/templates/serviceMonitor.yaml [new file with mode: 0644]
kubernetes/cps/components/cps-temporal/values.yaml [new file with mode: 0644]
kubernetes/cps/requirements.yaml
kubernetes/cps/values.yaml