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/namespace.yaml
|
||||
- resources/clickhouse/events-db.yaml
|
||||
- resources/postgres/db.yaml
|
||||
- resources/postgres/user.yaml
|
||||
- resources/deployment.yaml
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: "clickhouse.altinity.com/v1"
|
||||
kind: "ClickHouseInstallation"
|
||||
metadata:
|
||||
name: "plausible-db"
|
||||
name: "events-db"
|
||||
spec:
|
||||
defaults:
|
||||
templates:
|
||||
|
@ -9,7 +9,7 @@ spec:
|
|||
logVolumeClaimTemplate: log-volume-template
|
||||
configuration:
|
||||
users:
|
||||
plausible/password_sha256_hex: a374efcf8b9693f8d28dd4f097d199f0005903dfb9728ade188f0c30b4827078
|
||||
plausible/password_sha256_hex: 772a9686f7ddf4b83dbcba413205be25e45f60557c1a6f54440c4a66783462c2
|
||||
clusters:
|
||||
- name: "plausible"
|
||||
layout:
|
Loading…
Reference in a new issue