You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/05/09 15:09:09 UTC

[incubator-openwhisk-deploy-kube] branch master updated: Add serviceName in invoker pod when ContainerFactoryImpl is kubernetes (#461)

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 <ne...@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: