-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathvalues.yaml
155 lines (133 loc) · 3.24 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
kubernetesClusterDomain: cluster.local
nameOverride: ""
fullnameOverride: ""
image:
repository: qxip/qryn
tag: ""
# imagePullSecrets:
# nameOverride: ""
imageCredentials: {}
# registry: registry.cluster.local
# username: someone
# password: sillyness
# email: someone@host.com
replicaCount: 1
service:
type: ClusterIP
port: 3100
livenessProbe:
enabled: false
endpoint: "/metrics"
podAnnotations: {}
podLabels: {}
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
serviceAccount:
# Specifies whether a service account should be created
create: true
# Automatically mount a ServiceAccount's API credentials?
automount: false
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
podSecurityContext: {}
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# nginx.ingress.kubernetes.io/force-ssl-redirect: 'true'
# nginx.ingress.kubernetes.io/auth-type: basic
# nginx.ingress.kubernetes.io/auth-secret: basic-auth
# nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required'
hosts:
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
basicAuthPass: ""
# needs APR1-MD5 password
# example user test, pass test
# "test:$apr1$vbY9pP6j$GruYGP/AoYR1RPQN8KshE."
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"
# Additional volumes on the output Deployment definition.
volumes: []
# - name: foo
# secret:
# secretName: mysecret
# optional: false
# Additional volumeMounts on the output Deployment definition.
volumeMounts: []
# - name: foo
# mountPath: "/etc/foo"
# readOnly: true
nodeSelector: {}
tolerations: []
affinity: {}