Service URL issue fixed 2
This commit is contained in:
parent
f2c4df11cd
commit
2d87918c0c
@ -10,6 +10,10 @@ data:
|
||||
app:
|
||||
title: {{ .Values.backstage.title }}
|
||||
baseUrl: {{ .Values.backstage.baseUrl }}
|
||||
{{- if .Values.backstage.ingressDomain }}
|
||||
environment:
|
||||
ingressDomain: {{ .Values.backstage.ingressDomain }}
|
||||
{{- end }}
|
||||
|
||||
organization:
|
||||
name: {{ .Values.backstage.organization }}
|
||||
|
||||
@ -68,6 +68,7 @@ backstage:
|
||||
baseUrl: https://backstage.os-tf-qa.onlinesales.ai
|
||||
title: "Osmos Test Framework"
|
||||
organization: "Osmos"
|
||||
ingressDomain: "os-tf-qa.onlinesales.ai" # Domain for HTTPRoute creation in Edit Environment
|
||||
|
||||
# Database configuration (Cloud SQL via proxy)
|
||||
database:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user