mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-24 12:36:23 +10:00
Lint
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
@@ -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)
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user