gitea local url added
This commit is contained in:
parent
702c637013
commit
bf76be1b62
@ -13,6 +13,15 @@ data:
|
||||
{{- if .Values.backstage.ingressDomain }}
|
||||
environment:
|
||||
ingressDomain: {{ .Values.backstage.ingressDomain }}
|
||||
{{- if .Values.backstage.gitea }}
|
||||
gitea:
|
||||
{{- if .Values.backstage.gitea.inClusterUrl }}
|
||||
inClusterUrl: {{ .Values.backstage.gitea.inClusterUrl }}
|
||||
{{- end }}
|
||||
{{- if .Values.backstage.gitea.owner }}
|
||||
owner: {{ .Values.backstage.gitea.owner }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
organization:
|
||||
|
||||
@ -69,6 +69,9 @@ backstage:
|
||||
title: "Osmos Test Framework"
|
||||
organization: "Osmos"
|
||||
ingressDomain: "os-tf-qa.onlinesales.ai" # Domain for HTTPRoute creation in Edit Environment
|
||||
gitea:
|
||||
inClusterUrl: http://gitea-http.gitea.svc.cluster.local:3000
|
||||
owner: gitea_admin
|
||||
|
||||
# Database configuration (Cloud SQL via proxy)
|
||||
database:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user