Skip to content

Commit

Permalink
Update tm api name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed May 31, 2024
1 parent e727a1d commit 0ff5d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion osm-seed/templates/tasking-manager-api/tm-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion osm-seed/templates/tasking-manager-api/tm-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ff5d8f

Please sign in to comment.