This commit is contained in:
Carlos Rodriguez Hernandez
2019-12-26 15:48:07 +00:00
parent 6a4a248036
commit de7fe76fda
3 changed files with 32 additions and 33 deletions
+8 -8
View File
@@ -4,16 +4,16 @@ version: 5.1.0
appVersion: 7.5.0
description: Kibana is an open source, browser based analytics and search dashboard for Elasticsearch.
keywords:
- kibana
- analitics
- monitoring
- metrics
- logs
- kibana
- analitics
- monitoring
- metrics
- logs
home: https://www.elastic.co/products/kibana
sources:
- https://github.com/bitnami/bitnami-docker-kibana
- https://github.com/bitnami/bitnami-docker-kibana
maintainers:
- name: Bitnami
email: containers@bitnami.com
- name: Bitnami
email: containers@bitnami.com
engine: gotpl
icon: https://bitnami.com/assets/stacks/kibana/img/kibana-stack-220x234.png
+11 -11
View File
@@ -58,7 +58,7 @@ updateStrategy:
## List of plugins to install
##
plugins:
# - https://github.com/fbaligand/kibana-enhanced-table/releases/download/v1.5.0/enhanced-table-1.5.0_7.3.2.zip
# - https://github.com/fbaligand/kibana-enhanced-table/releases/download/v1.5.0/enhanced-table-1.5.0_7.3.2.zip
## Saved objects to import (NDJSON format)
##
@@ -284,22 +284,22 @@ podAnnotations: {}
sidecars:
## e.g.
# - name: your-image-name
# image: your-image
# imagePullPolicy: Always
# ports:
# - name: portname
# containerPort: 1234
# image: your-image
# imagePullPolicy: Always
# ports:
# - name: portname
# containerPort: 1234
## Add init containers to the pod
##
initContainers:
## e.g.
# - name: your-image-name
# image: your-image
# imagePullPolicy: Always
# ports:
# - name: portname
# containerPort: 1234
# image: your-image
# imagePullPolicy: Always
# ports:
# - name: portname
# containerPort: 1234
## Prometheus metrics (requires the kibana-prometheus-exporter plugin)
+13 -14
View File
@@ -58,7 +58,7 @@ updateStrategy:
## List of plugins to install
##
plugins:
# - https://github.com/fbaligand/kibana-enhanced-table/releases/download/v1.5.0/enhanced-table-1.5.0_7.3.2.zip
# - https://github.com/fbaligand/kibana-enhanced-table/releases/download/v1.5.0/enhanced-table-1.5.0_7.3.2.zip
## Saved objects to import (NDJSON format)
##
@@ -282,25 +282,24 @@ podAnnotations: {}
## Add sidecars to the pod
##
sidecars:
## e.g.
- name: elasticsearch
image: bitnami/elasticsearch:7.5.1-debian-9-r0
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 9200
## e.g.
- name: elasticsearch
image: bitnami/elasticsearch:7.5.1-debian-9-r0
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 9200
## Add init containers to the pod
##
initContainers:
## e.g.
# - name: your-image-name
# image: your-image
# imagePullPolicy: Always
# ports:
# - name: portname
# containerPort: 1234
# image: your-image
# imagePullPolicy: Always
# ports:
# - name: portname
# containerPort: 1234
## Prometheus metrics (requires the kibana-prometheus-exporter plugin)
##