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 pathType: Prefix
backend: backend:
service: service:
name: http name: guestbook-svc
port: port:
number: {{ $.Values.service.port }} number: {{ $.Values.service.port }}
{{- end }} {{- end }}

View File

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