You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Note that if multi-arch images support 'kubernetes.io/arch: amd64'
@@ -54,7 +54,7 @@ earlyEvictionTolerations:
54
54
# -- Tolerations to be applied to all components except external Chart dependencies.
55
55
# If any component has tolerations set, then it would override this value.
56
56
# For external components like etcd, jaeger and loki, tolerations can only be set at component level.
57
-
tolerations: []
57
+
tolerations: []
58
58
base:
59
59
# -- Request timeout for rest & core agents
60
60
default_req_timeout: 5s
@@ -75,19 +75,19 @@ base:
75
75
pullPolicy: IfNotPresent
76
76
containers:
77
77
- name: agent-core-grpc-probe
78
-
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ .Release.Name }}-agent-core 50051; do date; echo "Waiting for agent-core-grpc services..."; sleep 1; done;']
78
+
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ .Release.Name }}-agent-core 50051; do date; echo "Waiting for agent-core-grpc services..."; sleep 1; done;']
79
79
- name: etcd-probe
80
-
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ include "etcdUrl" . }} {{ .Values.etcd.service.ports.client }}; do date; echo "Waiting for etcd..."; sleep 1; done;']
80
+
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ include "etcdUrl" . }} {{ .Values.etcd.service.ports.client }}; do date; echo "Waiting for etcd..."; sleep 1; done;']
81
81
initHaNodeContainers:
82
82
enabled: true
83
83
containers:
84
84
- name: agent-cluster-grpc-probe
85
-
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ .Release.Name }}-agent-core 50052; do date; echo "Waiting for agent-cluster-grpc services..."; sleep 1; done;']
85
+
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ .Release.Name }}-agent-core 50052; do date; echo "Waiting for agent-cluster-grpc services..."; sleep 1; done;']
86
86
initCoreContainers:
87
87
enabled: true
88
88
containers:
89
89
- name: etcd-probe
90
-
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ include "etcdUrl" . }} {{ .Values.etcd.service.ports.client }}; do date; echo "Waiting for etcd..."; sleep 1; done;']
90
+
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ include "etcdUrl" . }} {{ .Values.etcd.service.ports.client }}; do date; echo "Waiting for etcd..."; sleep 1; done;']
91
91
metrics:
92
92
# -- Enable the metrics exporter
93
93
enabled: true
@@ -104,18 +104,18 @@ base:
104
104
port: 6831
105
105
initContainer:
106
106
- name: jaeger-probe
107
-
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 -u {{.Values.base.jaeger.agent.name}} {{.Values.base.jaeger.agent.port}}; do date; echo "Waiting for jaeger..."; sleep 1; done;']
107
+
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 -u {{.Values.base.jaeger.agent.name}} {{.Values.base.jaeger.agent.port}}; do date; echo "Waiting for jaeger..."; sleep 1; done;']
108
108
collector:
109
109
name: jaeger-collector
110
110
port: 4317
111
111
initContainer:
112
112
- name: jaeger-probe
113
-
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 -u {{.Values.base.jaeger.collector.name}} {{.Values.base.jaeger.collector.port}}; do date; echo "Waiting for jaeger..."; sleep 1; done;']
113
+
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 -u {{.Values.base.jaeger.collector.name}} {{.Values.base.jaeger.collector.port}}; do date; echo "Waiting for jaeger..."; sleep 1; done;']
114
114
initRestContainer:
115
115
enabled: true
116
116
initContainer:
117
117
- name: api-rest-probe
118
-
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ .Release.Name }}-api-rest 8081; do date; echo "Waiting for REST API endpoint to become available"; sleep 1; done;']
118
+
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ .Release.Name }}-api-rest 8081; do date; echo "Waiting for REST API endpoint to become available"; sleep 1; done;']
119
119
operators:
120
120
pool:
121
121
# -- Log level for diskpool operator service
@@ -132,7 +132,7 @@ operators:
132
132
# -- Memory requests for diskpool operator
133
133
memory: "16Mi"
134
134
# -- Set tolerations, overrides global
135
-
tolerations: []
135
+
tolerations: []
136
136
# -- Set PriorityClass, overrides global
137
137
priorityClassName: ""
138
138
jaeger-operator:
@@ -148,7 +148,7 @@ jaeger-operator:
148
148
rbac:
149
149
# Create a clusterRole for Jaeger
150
150
clusterRole: true
151
-
tolerations: []
151
+
tolerations: []
152
152
priorityClassName: ""
153
153
agents:
154
154
core:
@@ -206,7 +206,7 @@ agents:
206
206
# -- Memory requests for core agents
207
207
memory: "32Mi"
208
208
# -- Set tolerations, overrides global
209
-
tolerations: []
209
+
tolerations: []
210
210
# -- Set PriorityClass, overrides global.
211
211
# If both local and global are not set, the final deployment manifest has a mayastor custom critical priority class assigned to the pod by default.
212
212
# Refer the `templates/_helpers.tpl` and `templates/mayastor/agents/core/agent-core-deployment.yaml` for more details.
@@ -241,7 +241,7 @@ agents:
241
241
# -- Memory requests for ha node agent
242
242
memory: "64Mi"
243
243
# -- Set tolerations, overrides global
244
-
tolerations: []
244
+
tolerations: []
245
245
# -- Set PriorityClass, overrides global
246
246
priorityClassName: ""
247
247
# -- Container port for the ha-node service
@@ -313,7 +313,7 @@ apis:
313
313
# NodePort associated with https port
314
314
https: 30010
315
315
# -- Set tolerations, overrides global
316
-
tolerations: []
316
+
tolerations: []
317
317
# -- Set PriorityClass, overrides global.
318
318
# If both local and global are not set, the final deployment manifest has a mayastor custom critical priority class assigned to the pod by default.
319
319
# Refer the `templates/_helpers.tpl` and `templates/mayastor/apis/rest/api-rest-deployment.yaml` for more details.
@@ -355,7 +355,7 @@ csi:
355
355
# -- Memory requests for csi controller
356
356
memory: "64Mi"
357
357
# -- Set tolerations, overrides global
358
-
tolerations: []
358
+
tolerations: []
359
359
# -- Set PriorityClass, overrides global
360
360
priorityClassName: ""
361
361
# -- Prevent modifying the volume mode when creating a PVC from an existing VolumeSnapshot
@@ -403,14 +403,14 @@ csi:
403
403
restClient:
404
404
enabled: true
405
405
# -- Set tolerations, overrides global
406
-
tolerations: []
406
+
tolerations: []
407
407
# -- Set PriorityClass, overrides global
408
408
priorityClassName: ""
409
409
initContainers:
410
410
enabled: false
411
411
containers:
412
412
- name: nvme-tcp-probe
413
-
command: ['sh', '-c', 'trap "exit 1" TERM; until [ -d /sys/module/nvme_tcp ]; do [ -z "$WARNED" ] && echo "nvme_tcp module not loaded..."; WARNED=1; sleep 60; done;']
413
+
command: ['sh', '-c', 'trap "exit 1" TERM; until [ -d /sys/module/nvme_tcp ]; do [ -z "$WARNED" ] && echo "nvme_tcp module not loaded..."; WARNED=1; sleep 60; done;']
414
414
# -- Container port for the csi-node service
415
415
port: 10199
416
416
io_engine:
@@ -461,7 +461,7 @@ io_engine:
461
461
cpuCount: "2"
462
462
# -- If not empty, overrides the cpuCount and explicitly sets the list of cores.
463
463
# Example: --set='io_engine.coreList={30,31}'
464
-
coreList: []
464
+
coreList: []
465
465
# -- Node selectors to designate storage nodes for diskpool creation
466
466
# Note that if multi-arch images support 'kubernetes.io/arch: amd64'
467
467
# should be removed.
@@ -488,7 +488,7 @@ io_engine:
488
488
# -- Hugepage memory in 1GiB chunks
489
489
hugepages1Gi:
490
490
# -- Set tolerations, overrides global
491
-
tolerations: []
491
+
tolerations: []
492
492
# -- Set PriorityClass, overrides global
493
493
priorityClassName: ""
494
494
# -- Runtime class to use. Defaults to cluster standard
@@ -575,7 +575,7 @@ etcd:
575
575
registry: docker.io
576
576
repository: openebs/alpine-bash
577
577
tag: 4.3.0
578
-
pullSecrets: []
578
+
pullSecrets: []
579
579
image:
580
580
registry: docker.io
581
581
repository: openebs/etcd
@@ -586,7 +586,7 @@ etcd:
586
586
podAntiAffinityPreset: "hard"
587
587
## -- nodeSelector [object] Node labels for pod assignment
0 commit comments