-
Notifications
You must be signed in to change notification settings - Fork 4
/
values.yaml
126 lines (108 loc) · 2.31 KB
/
values.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
kubernetesClusterDomain: cluster.local
image:
repository: qxip/qryn
tag: 3.2.35
imagePullSecrets:
nameOverride: ""
nameOverride: ""
fullnameOverride: ""
imageCredentials: {}
# imageCredentials:
# registry: registry.cluster.local
# username: someone
# password: sillyness
# email: [email protected]
replicas: 1
service:
type: ClusterIP
port: 3100
livenessProbe:
enabled: false
endpoint: "/metrics"
podAnnotations: {}
# podLabels: {}
podLabels:
- qryn
nodeSelector: {}
tolerations: []
affinity: {}
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi
serviceMonitor:
enabled: false
# portName: http
# port: 3100
# interval: "30s"
# scheme: "http"
# path: /metrics
# type: ClusterIP
# labels: {}
# tlsConfig: {}
# metricRelabelings: []
# relabelings: []
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 5
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80
automountServiceAccountToken: false
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
env:
CLICKHOUSE_SERVER: "localhost"
CLICKHOUSE_PORT: "8123"
CLICKHOUSE_DB: "qryn"
CLICKHOUSE_AUTH: "default:"
# CLICKHOUSE_PROTO: "http"
# CLICKHOUSE_TIMEFIELD: "record_datetime"
# CLUSTER_NAME: ""
# BULK_MAXAGE: "2000"
# BULK_MAXSIZE: "5000"
# BULK_MAXCACHE: "50000"
# LABELS_DAYS: "7"
# SAMPLES_DAYS: "7"
# HOST: "0.0.0.0"
# PORT: "3100"
# QRYN_LOGIN: ""
# QRYN_PASSWORD: ""
# READONLY: "false"
# OMIT_CREATE_TABLES: "false"
# FASTIFY_BODYLIMIT: "5242880"
# FASTIFY_REQUESTTIMEOUT: "0"
# FASTIFY_MAXREQUESTS: "0"
# FASTIFY_METRICS: "false"
# ADVANCED_PROMETHEUS_MAX_SAMPLES: "5000000"
# CORS_ALLOW_ORIGIN: "*"
# TEMPO_SPAN: "24"
# TEMPO_TAGTRACE: "false"
# DEBUG: "false"
# LOG_LEVEL: "info"
# HASH: "xxhash64"
# ALERTMAN_URL: "false"
# ADVANCED_SAMPLES_ORDERING: "timestamp_ns"