Compare commits

..

2 Commits

Author SHA1 Message Date
Vaibhav Pathak
267ad3c000 chore: bump backstage image to main-54b6db8
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-21 15:10:58 +05:30
Vaibhav Pathak
1983d12724 fix: use in-cluster Gitea URL for backstage proxy target
The /gitea/api proxy was pointing at the external Gitea hostname which
is unreachable from inside the Kubernetes cluster (no hairpin NAT). Switch
to the in-cluster service DNS, set secure: false for plain HTTP, and
remove the redundant 'Basic ' prefix from the Authorization header.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-21 14:51:05 +05:30
2 changed files with 4 additions and 4 deletions

View File

@ -104,11 +104,11 @@ data:
secure: true
'/gitea/api':
target: '{{ .Values.integrations.gitea.url }}'
target: '{{ .Values.backstage.gitea.inClusterUrl }}'
changeOrigin: true
secure: true
secure: false
headers:
Authorization: 'Basic ${GITEA_AUTH_HEADER}'
Authorization: ${GITEA_AUTH_HEADER}
'/github/api':
target: 'https://api.github.com'

View File

@ -6,7 +6,7 @@ namespaceOverride: "backstage"
# Backstage application image
image:
repository: gcr.io/prj-onlinesales-test-framework/backstage
tag: "main-e3f9d8c"
tag: "main-54b6db8"
pullPolicy: IfNotPresent
# Replica count