mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kibana]: fix inverted disableInternalPorts (#10932)
Signed-off-by: unclejack <unclejack@users.noreply.github.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4562f37a7b
commit
d50e2ce12d
@@ -1,5 +1,5 @@
|
||||
name: kibana
|
||||
version: 1.2.0
|
||||
version: 1.2.1
|
||||
appVersion: 6.5.4
|
||||
description: Kibana is an open source data visualization plugin for Elasticsearch
|
||||
icon: https://raw.githubusercontent.com/elastic/kibana/master/src/ui/public/icons/kibana-color.svg
|
||||
|
||||
@@ -106,7 +106,7 @@ spec:
|
||||
- name: "{{ $key }}"
|
||||
value: "{{ $value }}"
|
||||
{{- end }}
|
||||
{{- if .Values.service.disableInternalPort }}
|
||||
{{- if not .Values.service.disableInternalPort }}
|
||||
ports:
|
||||
- containerPort: {{ .Values.service.internalPort }}
|
||||
name: {{ template "kibana.name" . }}
|
||||
|
||||
Reference in New Issue
Block a user