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
| config.logOutput | string |`"stderr"`| the output file path of error log, default is stderr, when the file path is "stderr" or "stdout", logs are marshalled plainly, which is more readable for human; otherwise logs are marshalled in JSON format, which can be parsed by programs easily. |
145
145
| config.pluginMetadataCM | string |`""`| Pluginmetadata in APISIX can be controlled through ConfigMap. default is "" |
146
+
| extraEnvVars | list |`[]`| extraEnvVars An array to add extra env vars e.g: extraEnvVars: - name: FOO value: "bar" - name: FOO2 valueFrom: secretKeyRef: name: SECRET_NAME key: KEY |
146
147
| fullnameOverride | string |`""`||
147
148
| gateway.externalIPs | list |`[]`| load balancer ips |
| serviceMonitor.labels | object |`{}`|@param serviceMonitor.labels ServiceMonitor extra labels |
187
188
| serviceMonitor.metricRelabelings | object |`{}`|@param serviceMonitor.metricRelabelings MetricRelabelConfigs to apply to samples before ingestion. ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs|
189
+
| timezone | string |`""`| timezone is the timezone where apisix uses. For example: "UTC" or "Asia/Shanghai" This value will be set on apisix-ingress-controller container's environment variable TZ. You may need to set the timezone to be consistent with your local time zone, otherwise the apisix-ingress-controller's logs may be used to retrieve event in wrong timezone. |
188
190
| tolerations | list |`[]`||
189
191
| topologySpreadConstraints | list |`[]`| Topology Spread Constraints for pod assignment spread across your cluster among failure-domains ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/#spread-constraints-for-pods|
0 commit comments