Added backstage template for basic python django application #29

Open
Evgenii.Dominov wants to merge 1 commit from django-backstage-template into development
No description provided.
Evgenii.Dominov added 1 commit 2025-04-16 13:52:11 +00:00
richardrobertreitz requested changes 2025-04-17 07:08:23 +00:00
@ -0,0 +10,4 @@
backstage.io/kubernetes-namespace: ${{ values.namespace }}
argocd/app-name: ${{values.name | dump}}
links:
- url: https://gitea-192-168-197-3.c-one-infra.de/giteaAdmin/${{ values.name }}

Replace the domain name with {{{ .Env.DOMAIN_GITEA }}}

Replace the domain name with {{{ .Env.DOMAIN_GITEA }}}
@ -0,0 +27,4 @@
annotations:
backstage.io/techdocs-ref: dir:.
links:
- url: https://gitea-192-168-197-3.c-one-infra.de/giteaAdmin/${{ values.name }}
@ -0,0 +31,4 @@
spec:
ingressClassName: nginx
rules:
- host: 192-168-197-3.c-one-infra.de

Replace the domain name with {{{ .Env.DOMAIN }}}

Replace the domain name with {{{ .Env.DOMAIN }}}
@ -0,0 +62,4 @@
spec:
containers:
- name: django
image: gitea-192-168-197-3.c-one-infra.de/giteaadmin/${{ values.name }}

Replace the domain name with {{{ .Env.DOMAIN_GITEA }}}

Replace the domain name with {{{ .Env.DOMAIN_GITEA }}}
@ -0,0 +31,4 @@
gitea_password: ${{ secrets.GITEA_PASSWORD }}
targetPath: ./
- id: fetch-overrides # Apply specific overrides to add features and make modifications for compatibility

I think this can be removed again

I think this can be removed again
@ -0,0 +48,4 @@
name: Publish to Gitea
action: publish:gitea
input:
repoUrl: gitea-192-168-197-3.c-one-infra.de:443/?repo=${{ parameters.name }}
@ -0,0 +61,4 @@
appNamespace: ${{ parameters.name }}
argoInstance: in-cluster
projectName: default
repoUrl: https://gitea-192-168-197-3.c-one-infra.de:443/giteaAdmin/${{ parameters.name }}
This repo is archived. You cannot comment on pull requests.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: DevFW-CICD/stacks#29
No description provided.