Change service name

This commit is contained in:
mikeeq 2021-08-10 11:14:20 +02:00
parent 2b03a588f3
commit 0a23d14ee0
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ spec:
pathType: Prefix
backend:
service:
name: http
name: guestbook-svc
port:
number: {{ $.Values.service.port }}
{{- end }}

View File

@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ template "helm-guestbook.fullname" . }}
name: guestbook-svc
labels:
app: {{ template "helm-guestbook.name" . }}
chart: {{ template "helm-guestbook.chart" . }}