feat(plausible): move ClickHouse DB to namespace
All checks were successful
Renovate / renovate (push) Successful in 1m1s
All checks were successful
Renovate / renovate (push) Successful in 1m1s
This commit is contained in:
parent
18092824cf
commit
fed210c3d8
3 changed files with 3 additions and 2 deletions
Binary file not shown.
|
@ -10,6 +10,7 @@ images:
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- resources/namespace.yaml
|
- resources/namespace.yaml
|
||||||
|
- resources/clickhouse/events-db.yaml
|
||||||
- resources/postgres/db.yaml
|
- resources/postgres/db.yaml
|
||||||
- resources/postgres/user.yaml
|
- resources/postgres/user.yaml
|
||||||
- resources/deployment.yaml
|
- resources/deployment.yaml
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: "clickhouse.altinity.com/v1"
|
apiVersion: "clickhouse.altinity.com/v1"
|
||||||
kind: "ClickHouseInstallation"
|
kind: "ClickHouseInstallation"
|
||||||
metadata:
|
metadata:
|
||||||
name: "plausible-db"
|
name: "events-db"
|
||||||
spec:
|
spec:
|
||||||
defaults:
|
defaults:
|
||||||
templates:
|
templates:
|
||||||
|
@ -9,7 +9,7 @@ spec:
|
||||||
logVolumeClaimTemplate: log-volume-template
|
logVolumeClaimTemplate: log-volume-template
|
||||||
configuration:
|
configuration:
|
||||||
users:
|
users:
|
||||||
plausible/password_sha256_hex: a374efcf8b9693f8d28dd4f097d199f0005903dfb9728ade188f0c30b4827078
|
plausible/password_sha256_hex: 772a9686f7ddf4b83dbcba413205be25e45f60557c1a6f54440c4a66783462c2
|
||||||
clusters:
|
clusters:
|
||||||
- name: "plausible"
|
- name: "plausible"
|
||||||
layout:
|
layout:
|
Loading…
Reference in a new issue