gitea local url added

This commit is contained in:
Vaibhav Pathak 2026-02-24 16:52:24 +05:30
parent 702c637013
commit bf76be1b62
2 changed files with 12 additions and 0 deletions

View File

@ -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:

View File

@ -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: