@leverege/build-tools 2.51.5 → 2.51.6
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
CHANGED
|
@@ -17,6 +17,17 @@ config:
|
|
|
17
17
|
# # timescale
|
|
18
18
|
# PG_HOST: "cnpg-db-tsdb-basic-r.cnpg-operands"
|
|
19
19
|
|
|
20
|
+
# The settings on the left are for the "standard" legacy chart settings which
|
|
21
|
+
# specifiy the old k8s secrets setups and are the defaults values from the
|
|
22
|
+
# api-server helm chart.
|
|
23
|
+
psqlSecurity: # v----- these are for CNPG -----v
|
|
24
|
+
PSQL_SECRET_NAME: "authz-postgres" # "cnpg-db-psql-stack-postgres-pw"
|
|
25
|
+
PSQL_SECRET_KEY: "postgresql-password" # "password"
|
|
26
|
+
TSDB_SECRET_NAME: "postgresql-password" # "cnpg-db-tsdb-basic-postgres-pw"
|
|
27
|
+
TSDB_SECRET_KEY: "postgresql-password" # "password"
|
|
28
|
+
TSDB_DENSE_SECRET_NAME: "postgresql-password" # "cnpg-db-tsdb-dense-postgres-pw"
|
|
29
|
+
TSDB_DENSE_SECRET_KEY: "postgresql-password" # "password"
|
|
30
|
+
|
|
20
31
|
autoscaling:
|
|
21
32
|
minReplicas: 3
|
|
22
33
|
maxReplicas: 12
|