Give external-dns service port a name handle (#8954)

* The externaldns service port needs a name in order for prometheus-operator to be able to scrape from it. Give the port a name.

Signed-off-by: Joe Hohertz <joe@viafoura.com>

* version bump

Signed-off-by: Joe Hohertz <joe@viafoura.com>
This commit is contained in:
Joe Hohertz
2018-11-02 09:23:41 -07:00
committed by k8s-ci-robot
parent 42092b0db2
commit aaa69ef906
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ description:
Configure external DNS servers (AWS Route53, Google CloudDNS and others)
for Kubernetes Ingresses and Services
name: external-dns
version: 1.0.0
version: 1.0.1
appVersion: 0.5.7
home: https://github.com/kubernetes-incubator/external-dns
sources:
@@ -30,6 +30,7 @@ spec:
- port: {{ .Values.service.servicePort }}
protocol: TCP
targetPort: 7979
name: http
selector:
app: {{ template "external-dns.name" . }}
release: {{ .Release.Name }}