This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 8909988  Add serviceName in invoker pod when ContainerFactoryImpl is 
kubernetes (#461)
8909988 is described below

commit 8909988e021259a895c95a2eac7533a2fc477586
Author: Neeraj Mangal <neerajman...@users.noreply.github.com>
AuthorDate: Thu May 9 20:39:03 2019 +0530

    Add serviceName in invoker pod when ContainerFactoryImpl is kubernetes 
(#461)
---
 helm/openwhisk/templates/invoker-pod.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm/openwhisk/templates/invoker-pod.yaml 
b/helm/openwhisk/templates/invoker-pod.yaml
index 0eebbe6..de4a338 100644
--- a/helm/openwhisk/templates/invoker-pod.yaml
+++ b/helm/openwhisk/templates/invoker-pod.yaml
@@ -16,6 +16,7 @@ metadata:
 spec:
 {{- if eq .Values.invoker.containerFactory.impl "kubernetes" }}
   podManagementPolicy: "Parallel"
+  serviceName: {{ .Release.Name }}-invoker
   replicas: {{ .Values.invoker.containerFactory.kubernetes.replicaCount }}
 {{- end }}
   selector:

Reply via email to