forked from Altinity/clickhouse-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path03-incorrect-settings-create.yaml
38 lines (38 loc) · 1.03 KB
/
03-incorrect-settings-create.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
apiVersion: "clickhouse.altinity.com/v1"
kind: "ClickHouseInstallation"
metadata:
name: "incorrect-set-1"
spec:
configuration:
users:
test/password: qwerty
test/networks/ip:
- "::1"
- "127.0.0.1"
test/profile: test_profile
test/quota: test_quota
test/allow_databases/database:
- "dbname1"
- "dbname2"
- "dbname3"
admin/password_sha256_hex: 8bd66e4932b4968ec111da24d7e42d399a05cb90bf96f587c3fa191c56c401f8
admin/networks/ip: 0.0.0.0/0
admin/profile: default
admin/quota: default
readonly/profile: readonly
readonly/quota: default
support/password: qwerty
support_readonly/profile: readonly
profiles:
test_profile/max_memory_usage: "1000000000"
test_profile/readonly: "1"
readonly/readonly: "1"
quotas:
test_quota/interval/duration: "3600"
settings:
compression/case/method: zstd
clusters:
- name: "standard"
layout:
shardsCount: 1
replicasCount: 1