Commit 0cbc71ca authored by Lars Fenneberg's avatar Lars Fenneberg

Helm charts: Fix naming of the admin service

parent c8d9ad8b
...@@ -2,13 +2,13 @@ apiVersion: v1 ...@@ -2,13 +2,13 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
labels: labels:
app.kubernetes.io/name: {{ template "viking-service.fullname" . }} app.kubernetes.io/name: {{ template "viking-service.name" . }}
helm.sh/chart: {{ template "viking-service.chart" . }} helm.sh/chart: {{ template "viking-service.chart" . }}
app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
# This label is used by the controller to find the pods to control. # This label is used by the controller to find the pods to control.
app: varnish-ingress app: varnish-ingress
name: {{ printf "%s-admin" (include "viking-service.name" . | trunc 57) }} name: {{ printf "%s-admin" (include "viking-service.fullname" . | trunc 57) }}
spec: spec:
clusterIP: None clusterIP: None
ports: ports:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment