mirror of
https://github.com/bitnami/charts.git
synced 2026-03-11 15:37:20 +08:00
Merge pull request #1432 from bitnami/KibanaLint
[bitnami/kibana] Remove duplicate value and fix NOTES port-forward mes…
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
name: kibana
|
||||
appVersion: 7.3.2
|
||||
description: Kibana is an open source, browser based analytics and search dashboard for Elasticsearch.
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
keywords:
|
||||
- kibana
|
||||
- analitics
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
{{- else if contains "ClusterIP" .Values.service.type }}
|
||||
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "kibana.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
|
||||
echo "Visit http://127.0.0.1:8080 to use your application"
|
||||
kubectl port-forward $POD_NAME 8080:80
|
||||
kubectl port-forward svc/{{ include "kibana.fullname" . }} 8080:{{ .Values.service.port }}
|
||||
{{- end }}
|
||||
|
||||
{{- if or .Values.ingress.enabled (contains "NodePort" .Values.service.type) (contains "LoadBalancer" .Values.service.type) }}
|
||||
|
||||
@@ -15,7 +15,6 @@ image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kibana
|
||||
tag: 7.3.2-debian-9-r9
|
||||
pullPolicy: IfNotPresent
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
@@ -15,7 +15,6 @@ image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kibana
|
||||
tag: 7.3.2-debian-9-r9
|
||||
pullPolicy: IfNotPresent
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
Reference in New Issue
Block a user