mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/sparkoperator] Use webhook port from values in svc (#11752)
Signed-off-by: Grzegorz Lyczba <grzegorz.lyczba@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
33d98eaa3e
commit
753e072680
@@ -1,6 +1,6 @@
|
||||
name: sparkoperator
|
||||
description: A Helm chart for Spark on Kubernetes operator
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
appVersion: v1beta1-0.7-2.4.0
|
||||
kubeVersion: ">=1.8.0-0"
|
||||
keywords:
|
||||
|
||||
@@ -11,7 +11,7 @@ metadata:
|
||||
spec:
|
||||
ports:
|
||||
- port: 443
|
||||
targetPort: 8080
|
||||
targetPort: {{ .Values.webhookPort }}
|
||||
name: webhook
|
||||
selector:
|
||||
app.kubernetes.io/name: {{ include "sparkoperator.name" . }}
|
||||
|
||||
Reference in New Issue
Block a user