Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 2bf872c

Browse files
committed
need missing volumes
1 parent 5aebde0 commit 2bf872c

File tree

1 file changed

+37
-35
lines changed

1 file changed

+37
-35
lines changed

helm-chart/values.yaml

+37-35
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ metrics_preset:
99
metrics: '{"kpi": 120, "wal": 60, "locks": 60, "db_size": 300, "archiver": 60, "backends": 60, "bgwriter": 60, "cpu_load": 60, "db_stats": 60, "settings": 7200, "wal_size": 300, "locks_mode": 60, "index_stats": 900, "replication": 120, "sproc_stats": 180, "table_stats": 300, "wal_receiver": 120, "change_events": 300, "table_io_stats": 600, "sequence_health": 3600, "replication_slots": 120}'
1010

1111
databases:
12-
- host: pgwatch2-postgresql
13-
grafana_preset_metrics: remotedba
14-
port: 5432
15-
user: pgwatch2
16-
password: 'pgwatch2'
17-
dbs:
18-
- postgres
19-
- foo
20-
- bar
21-
- host: pgwatch2-postgresql-hl
22-
grafana_preset_metrics: remotedba
23-
port: 5432
24-
user: pgwatch2
25-
password: 'pgwatch2'
26-
dbs:
27-
- postgres
28-
- pgwatch2
12+
- host: pgwatch2-postgresql
13+
grafana_preset_metrics: remotedba
14+
port: 5432
15+
user: pgwatch2
16+
password: "pgwatch2"
17+
dbs:
18+
- postgres
19+
- foo
20+
- bar
21+
- host: pgwatch2-postgresql-hl
22+
grafana_preset_metrics: remotedba
23+
port: 5432
24+
user: pgwatch2
25+
password: "pgwatch2"
26+
dbs:
27+
- postgres
28+
- pgwatch2
2929

3030
daemon:
3131
enabled: true
@@ -37,6 +37,9 @@ daemon:
3737
PW2_PG_RETENTION_DAYS: "14"
3838
PW2_MIN_DB_SIZE_MB: "0"
3939

40+
extraVolumes: {}
41+
extraVolumeMounts: {}
42+
4043
bootstrap:
4144
image:
4245
repository: cybertec/pgwatch2-db-bootstrapper
@@ -72,7 +75,8 @@ webui:
7275
# See https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#specifying-the-class-of-an-ingress
7376
# ingressClassName: nginx
7477
# Values can be templated
75-
annotations: {}
78+
annotations:
79+
{}
7680
# kubernetes.io/ingress.class: nginx
7781
# kubernetes.io/tls-acme: "true"
7882
labels: {}
@@ -98,13 +102,11 @@ webui:
98102
# port:
99103
# name: use-annotation
100104

101-
102105
tls: []
103106
# - secretName: chart-example-tls
104107
# hosts:
105108
# - chart-example.local
106109

107-
108110
grafana:
109111
sidecar:
110112
dashboards:
@@ -171,17 +173,17 @@ grafana:
171173
datasources.yaml:
172174
apiVersion: 1
173175
datasources:
174-
- name: InfluxDB_v1
175-
type: influxdb
176-
access: proxy
177-
url: http://pgwatch2-influxdb:8086
178-
isDefault: true
179-
database: pgwatch2
180-
user: pgwatch2
181-
jsonData:
182-
httpMode: GET
183-
secureJsonData:
184-
password: pgwatch2
176+
- name: InfluxDB_v1
177+
type: influxdb
178+
access: proxy
179+
url: http://pgwatch2-influxdb:8086
180+
isDefault: true
181+
database: pgwatch2
182+
user: pgwatch2
183+
jsonData:
184+
httpMode: GET
185+
secureJsonData:
186+
password: pgwatch2
185187
## Postgresql
186188
# - name: Postgres
187189
# type: postgres
@@ -207,7 +209,7 @@ metallb:
207209
enabled: true
208210
configInline:
209211
address-pools:
210-
- name: default
211-
protocol: layer2
212-
addresses:
213-
- 192.168.49.10-192.168.49.250
212+
- name: default
213+
protocol: layer2
214+
addresses:
215+
- 192.168.49.10-192.168.49.250

0 commit comments

Comments
 (0)