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 2020/01/06 21:33:35 UTC

[openwhisk-deploy-kube] 02/02: bugfix: Deployment does not have serviceName field

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/openwhisk-deploy-kube.git

commit 21b29ba1aff70f9b071e1c62dcb00be1e7251c7f
Author: David Grove <gr...@us.ibm.com>
AuthorDate: Fri Jan 3 15:59:55 2020 -0500

    bugfix: Deployment does not have serviceName field
---
 helm/openwhisk/templates/grafana-pod.yaml     | 1 -
 helm/openwhisk/templates/user-events-pod.yaml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/helm/openwhisk/templates/grafana-pod.yaml b/helm/openwhisk/templates/grafana-pod.yaml
index 9ee5d3d..04f3ef5 100644
--- a/helm/openwhisk/templates/grafana-pod.yaml
+++ b/helm/openwhisk/templates/grafana-pod.yaml
@@ -24,7 +24,6 @@ metadata:
     name: {{ .Release.Name }}-grafana
 {{ include "openwhisk.label_boilerplate" . | indent 4 }}
 spec:
-  serviceName: {{ .Release.Name }}-grafana
   replicas: {{ .Values.grafana.replicaCount }}
   selector:
     matchLabels:
diff --git a/helm/openwhisk/templates/user-events-pod.yaml b/helm/openwhisk/templates/user-events-pod.yaml
index 9523957..aaf6ce7 100644
--- a/helm/openwhisk/templates/user-events-pod.yaml
+++ b/helm/openwhisk/templates/user-events-pod.yaml
@@ -24,7 +24,6 @@ metadata:
     name: {{ .Release.Name }}-user-events
 {{ include "openwhisk.label_boilerplate" . | indent 4 }}
 spec:
-  serviceName: {{ .Release.Name }}-user-events
   replicas: {{ .Values.user_events.replicaCount }}
   selector:
     matchLabels: