Add prometheus server to k8s charts 30/133630/3
authoradheli.tavares <adheli.tavares@est.tech>
Mon, 13 Mar 2023 16:55:02 +0000 (16:55 +0000)
committerAdheli Tavares <adheli.tavares@est.tech>
Tue, 14 Mar 2023 15:10:40 +0000 (15:10 +0000)
commitc244ab0c6dfe6c9a4d23a35710659b511d6d74cb
treeb7c97e15da2a76ca95795aad0a3ee6e3211da30e
parent4bde5ee757d1141f2e1f1ef55f6e25774d6e806f
Add prometheus server to k8s charts

- add pap-slas.test to list of robot tests for k8s
- fix an export var on docker compose

Issue-ID: POLICY-4545
Change-Id: Id1dd55693ab6d016fd0dd38230972ffe96b28b14
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
12 files changed:
compose/start-compose.sh
csit/run-k8s-csit.sh
helm/policy/components/mariadb-galera/templates/prometheusrules.yaml [deleted file]
helm/policy/components/mariadb-galera/templates/statefulset.yaml
helm/prometheus/Chart.yaml [new file with mode: 0644]
helm/prometheus/resources/prometheus.yml [new file with mode: 0644]
helm/prometheus/templates/cluster-role.yaml [new file with mode: 0644]
helm/prometheus/templates/configmap.yaml [new file with mode: 0644]
helm/prometheus/templates/deployment.yaml [new file with mode: 0644]
helm/prometheus/templates/role-binding.yaml [new file with mode: 0644]
helm/prometheus/templates/service-account.yaml [new file with mode: 0644]
helm/prometheus/templates/service.yaml [moved from helm/policy/components/mariadb-galera/templates/metrics-svc.yaml with 57% similarity]