mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/superset] Use the target port number instead of a name (#7857)
* [stable/superset] Use the target port number instead of a name Older (but still actual) versions of some Network Policy providers don't support named ports as a value of `targetPort` field in the Service spec. Changing it to the number shouldn't break the UX for existing installations. Signed-off-by: Mikhail Zholobov <legal90@gmail.com> * [stable/superset] Bump version Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
38efafea7d
commit
0facbbcf21
@@ -1,6 +1,6 @@
|
||||
description: Apache Superset (incubating) is a modern, enterprise-ready business intelligence web application
|
||||
name: superset
|
||||
version: 1.1.4
|
||||
version: 1.1.5
|
||||
appVersion: "0.28.1"
|
||||
keywords:
|
||||
- bi
|
||||
|
||||
@@ -36,7 +36,7 @@ spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: {{ .Values.service.port }}
|
||||
targetPort: http
|
||||
targetPort: 8088
|
||||
protocol: TCP
|
||||
{{- if (and (eq .Values.service.type "NodePort") (not (empty .Values.service.nodePort))) }}
|
||||
nodePort: {{.Values.service.nodePort}}
|
||||
|
||||
Reference in New Issue
Block a user