From 0ff5d8f263e777cb4a0be1dab6f7a8959a67478c Mon Sep 17 00:00:00 2001 From: Rub21 Date: Thu, 30 May 2024 20:31:55 -0500 Subject: [PATCH] Update tm api name --- osm-seed/templates/tasking-manager-api/tm-ingress.yaml | 2 +- osm-seed/templates/tasking-manager-api/tm-service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osm-seed/templates/tasking-manager-api/tm-ingress.yaml b/osm-seed/templates/tasking-manager-api/tm-ingress.yaml index f51739c0..d8dda37c 100644 --- a/osm-seed/templates/tasking-manager-api/tm-ingress.yaml +++ b/osm-seed/templates/tasking-manager-api/tm-ingress.yaml @@ -25,7 +25,7 @@ spec: pathType: Prefix backend: service: - name: {{ template "osm-seed.fullname" . }}-tasking-manager-api + name: {{ .Release.Name }}-tasking-manager-api port: number: 80 {{- end }} \ No newline at end of file diff --git a/osm-seed/templates/tasking-manager-api/tm-service.yaml b/osm-seed/templates/tasking-manager-api/tm-service.yaml index 3f6afa18..33d13b23 100644 --- a/osm-seed/templates/tasking-manager-api/tm-service.yaml +++ b/osm-seed/templates/tasking-manager-api/tm-service.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: Service metadata: - name: {{ template "osm-seed.fullname" . }}-tasking-manager-api + name: {{ .Release.Name }}-tasking-manager-api labels: app: {{ template "osm-seed.name" . }} component: tasking-manager-api-service