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
| podLabels | object |`{}`| Configure labels on Pods |
127
129
| podSecurityContext | object |`{}`| Defines privilege and access control settings for a Pod </br> Ref: https://kubernetes.io/docs/concepts/security/pod-security-standards/ </br> Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/|
@@ -162,12 +164,14 @@ helm show values opencti/opencti
162
164
| topologySpreadConstraints | list |`[]`| Control how Pods are spread across your cluster </br> Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#example-multiple-topologyspreadconstraints|
163
165
| volumeMounts | list |`[]`| Additional volumeMounts on the output Deployment definition |
164
166
| volumes | list |`[]`| Additional volumes on the output Deployment definition |
| worker.affinity | object |`{}`| Affinity for pod assignment </br> Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity|
167
169
| worker.args | list |`[]`| Configure args </br> Ref: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/|
168
170
| worker.autoscaling | object |`{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80}`| Autoscaling with CPU or memory utilization percentage </br> Ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/|
169
171
| worker.command | list |`[]`| Configure command </br> Ref: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/|
170
172
| worker.configMaps | list |`[]`| ConfigMap values to create configuration files Generate ConfigMap with following name: <release-name>-<name> </br> Ref: https://kubernetes.io/docs/concepts/configuration/configmap/|
173
+
| worker.dnsConfig | object |`{}`| Configure DNS </br> Ref: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/|
| worker.podLabels | object |`{}`| Configure labels on Pods |
187
193
| worker.readyChecker | object |`{"enabled":true,"pullPolicy":"IfNotPresent","repository":"busybox","retries":30,"tag":"latest","timeout":5}`| Enable or disable ready-checker waiting server is ready |
188
194
| worker.readyChecker.enabled | bool |`true`| Enable or disable ready-checker |
189
195
| worker.readyChecker.pullPolicy | string |`"IfNotPresent"`| Pull policy for the image |
0 commit comments