[bitnami/kibana] Add hostAliases (#5251)

This commit is contained in:
Javier J. Salmerón-García
2021-01-27 09:46:42 +01:00
committed by GitHub
parent b713fa3863
commit fb0e9f81cf
4 changed files with 10 additions and 1 deletions

View File

@@ -25,4 +25,4 @@ name: kibana
sources:
- https://github.com/bitnami/bitnami-docker-kibana
- https://www.elastic.co/products/kibana
version: 7.1.2
version: 7.2.0

View File

@@ -72,6 +72,7 @@ The following tables lists the configurable parameters of the kibana chart and t
| `plugins` | Array containing the Kibana plugins to be installed in deployment | `[]` |
| `savedObjects.urls` | Array containing links to NDJSON files to be imported during Kibana initialization | `[]` |
| `savedObjects.configmap` | Configmap containing NDJSON files to be imported during Kibana initialization (evaluated as a template) | `[]` |
| `hostAliases` | Add deployment host aliases | `[]` |
| `extraConfiguration` | Extra settings to be added to the default kibana.yml configmap that the chart creates (unless replaced using `configurationCM`). Evaluated as a template | `nil` |
| `configurationCM` | ConfigMap containing a kibana.yml file that will replace the default one specified in configuration.yaml | `nil` |
| `extraEnvVars` | Array containing extra env vars to configure Kibana | `nil` |

View File

@@ -23,6 +23,9 @@ spec:
{{- end }}
spec:
{{- include "kibana.imagePullSecrets" . | nindent 6 }}
{{- if .Values.hostAliases }}
hostAliases: {{- include "common.tplvalues.render" (dict "value" .Values.hostAliases "context" $) | nindent 8 }}
{{- end }}
{{- if .Values.affinity }}
affinity: {{- include "common.tplvalues.render" (dict "value" .Values.affinity "context" $) | nindent 8 }}
{{- else }}

View File

@@ -59,6 +59,11 @@ updateStrategy:
##
# schedulerName:
## Deployment pod host aliases
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
##
hostAliases: []
## List of plugins to install
##
plugins: