From 753e072680a87892f433799afde1caeb91b4f577 Mon Sep 17 00:00:00 2001 From: Grzegorz Lyczba Date: Tue, 26 Feb 2019 18:54:21 +0100 Subject: [PATCH] [incubator/sparkoperator] Use webhook port from values in svc (#11752) Signed-off-by: Grzegorz Lyczba --- incubator/sparkoperator/Chart.yaml | 2 +- incubator/sparkoperator/templates/webhook-service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incubator/sparkoperator/Chart.yaml b/incubator/sparkoperator/Chart.yaml index 289f036b02..d07d859bea 100644 --- a/incubator/sparkoperator/Chart.yaml +++ b/incubator/sparkoperator/Chart.yaml @@ -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: diff --git a/incubator/sparkoperator/templates/webhook-service.yaml b/incubator/sparkoperator/templates/webhook-service.yaml index 42c5bc62e1..2237ff6a73 100644 --- a/incubator/sparkoperator/templates/webhook-service.yaml +++ b/incubator/sparkoperator/templates/webhook-service.yaml @@ -11,7 +11,7 @@ metadata: spec: ports: - port: 443 - targetPort: 8080 + targetPort: {{ .Values.webhookPort }} name: webhook selector: app.kubernetes.io/name: {{ include "sparkoperator.name" . }}