@leverege/build-tools 2.48.6 → 2.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -4
- package/registry-compass.yaml +20 -0
- package/src/chart-compass.mjs +96 -0
- package/src/cnpg-snapshot.mjs +4 -29
- package/src/helm-charts/cnpg-db-pgbench/cnpg-db-pgbench.yaml.ovh +100 -0
- package/src/helm-charts/cnpg-db-pgbench/gitignore +2 -0
- package/src/helm-charts/cnpg-db-pgbench/helmdn.plugin +12 -0
- package/src/helm-charts/cnpg-db-pgbench/helmup.plugin +3 -0
- package/src/helm-charts/cnpg-db-pgbench/pooler.yaml +16 -0
- package/src/helm-charts/{db-postgres-stack/db-postgres-stack.yaml.ovh → cnpg-db-psql-stack/cnpg-db-psql-stack.yaml.ovh} +6 -24
- package/src/helm-charts/cnpg-db-psql-stack/gitignore +2 -0
- package/src/helm-charts/cnpg-db-psql-stack/helmdn.plugin +12 -0
- package/src/helm-charts/cnpg-db-psql-stack/helmup.plugin +3 -0
- package/src/helm-charts/cnpg-db-psql-stack/pooler.yaml +16 -0
- package/src/helm-charts/{db-timescale-plain/db-timescale-plain.yaml.ovh → cnpg-db-tsdb-basic/cnpg-db-tsdb-basic.yaml.ovh} +8 -28
- package/src/helm-charts/cnpg-db-tsdb-basic/gitignore +2 -0
- package/src/helm-charts/cnpg-db-tsdb-basic/helmdn.plugin +12 -0
- package/src/helm-charts/cnpg-db-tsdb-basic/helmup.plugin +3 -0
- package/src/helm-charts/cnpg-db-tsdb-basic/pooler.yaml +16 -0
- package/src/helm-charts/cnpg-db-tsdb-dense/.nohelm +0 -0
- package/src/helm-charts/cnpg-db-tsdb-dense/.nohelmdn +0 -0
- package/src/helm-charts/{db-timescale-dense/db-timescale-dense.yaml.ovh → cnpg-db-tsdb-dense/cnpg-db-tsdb-dense.yaml.ovh} +7 -27
- package/src/helm-charts/cnpg-db-tsdb-dense/gitignore +2 -0
- package/src/helm-charts/cnpg-db-tsdb-dense/helmdn.plugin +12 -0
- package/src/helm-charts/cnpg-db-tsdb-dense/helmup.plugin +5 -0
- package/src/helm-charts/cnpg-db-tsdb-dense/pooler.yaml +16 -0
- package/src/helm-charts/elasticsearch8/helmup.plugin +4 -5
- package/src/helm-charts/kube-prometheus-stack/helmup.plugin +13 -0
- package/src/helm-charts/kube-prometheus-stack/old-values-local.yaml +764 -0
- package/src/helm-charts/pusher/values-local.yaml +2 -2
- package/src/helmup.sh +14 -25
- package/src/helm-charts/db-postgres-stack/gitignore +0 -1
- package/src/helm-charts/db-postgres-stack/helmdn.plugin +0 -3
- package/src/helm-charts/db-postgres-stack/helmup.plugin +0 -3
- package/src/helm-charts/db-timescale-dense/gitignore +0 -1
- package/src/helm-charts/db-timescale-dense/helmdn.plugin +0 -9
- package/src/helm-charts/db-timescale-dense/helmup.plugin +0 -5
- package/src/helm-charts/db-timescale-plain/gitignore +0 -1
- package/src/helm-charts/db-timescale-plain/helmdn.plugin +0 -3
- package/src/helm-charts/db-timescale-plain/helmup.plugin +0 -3
- /package/src/helm-charts/{db-postgres-stack → cnpg-db-pgbench}/.nohelm +0 -0
- /package/src/helm-charts/{db-postgres-stack → cnpg-db-pgbench}/.nohelmdn +0 -0
- /package/src/helm-charts/{db-timescale-dense → cnpg-db-psql-stack}/.nohelm +0 -0
- /package/src/helm-charts/{db-timescale-dense → cnpg-db-psql-stack}/.nohelmdn +0 -0
- /package/src/helm-charts/{db-timescale-plain → cnpg-db-tsdb-basic}/.nohelm +0 -0
- /package/src/helm-charts/{db-timescale-plain → cnpg-db-tsdb-basic}/.nohelmdn +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
apiVersion: postgresql.cnpg.io/v1
|
|
2
|
+
kind: Pooler
|
|
3
|
+
metadata:
|
|
4
|
+
name: cnpg-db-tsdb-dense-pool-rw
|
|
5
|
+
namespace: cnpg-operands
|
|
6
|
+
spec:
|
|
7
|
+
cluster:
|
|
8
|
+
name: cnpg-db-tsdb-dense
|
|
9
|
+
|
|
10
|
+
instances: 1
|
|
11
|
+
type: rw
|
|
12
|
+
pgbouncer:
|
|
13
|
+
poolMode: session
|
|
14
|
+
parameters:
|
|
15
|
+
max_client_conn: "500"
|
|
16
|
+
default_pool_size: "10"
|
|
@@ -2,19 +2,18 @@
|
|
|
2
2
|
#
|
|
3
3
|
showInstalling "Elastic Search 8"
|
|
4
4
|
|
|
5
|
+
OCI_CHART="oci://registry-1.docker.io/bitnamicharts/elasticsearch"
|
|
6
|
+
|
|
5
7
|
LOCAL_ES_VALUES="elasticsearch8/elasticsearch-local-dev.yaml"
|
|
6
8
|
#LOCAL_ES_VALUES="elasticsearch8/elasticsearch-local-prd.yaml"
|
|
7
9
|
[ ! -f "$LOCAL_ES_VALUES" ] && exitOnError 1 "Missing the local ES config file => `color y $LOCAL_ES_VALUES`"
|
|
8
10
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
helm upgrade --install elasticsearch8 bitnami/elasticsearch \
|
|
11
|
+
[ -z "$ELASTIC_CHART_VERSION" ] && ELASTIC_CHART_VERSION="19.21.2"
|
|
12
|
+
helm upgrade --install elasticsearch8 $OCI_CHART \
|
|
12
13
|
--namespace elastic --create-namespace \
|
|
13
14
|
--values $LOCAL_ES_VALUES \
|
|
14
15
|
--version $ELASTIC_CHART_VERSION $HELM_WHAT
|
|
15
16
|
|
|
16
|
-
removeHelmRepo bitnami
|
|
17
|
-
|
|
18
17
|
## Installing ES8 exporter
|
|
19
18
|
addHelmRepo prometheus-community https://prometheus-community.github.io/helm-charts
|
|
20
19
|
helm upgrade --install elasticsearch8-exporter prometheus-community/prometheus-elasticsearch-exporter \
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
#
|
|
3
|
+
showInstalling "The Prometheus Kube Stack"
|
|
4
|
+
|
|
5
|
+
addHelmRepo prometheus-community https://prometheus-community.github.io/helm-charts
|
|
6
|
+
|
|
7
|
+
[ -z "$PROMETHEUS_STACK_CHART_VERSION" ] && PROMETHEUS_STACK_CHART_VERSION="57"
|
|
8
|
+
|
|
9
|
+
helm upgrade --install prometheus-stack prometheus-community/kube-prometheus-stack \
|
|
10
|
+
--namespace prometheus --create-namespace \
|
|
11
|
+
--version $PROMETHEUS_STACK_CHART_VERSION $HELM_WHAT
|
|
12
|
+
|
|
13
|
+
removeHelmRepo prometheus-community
|