https://github.com/scout-ch/tractor-k8s-shared-pbs-backstage
FluxCD config repository for tenant pbs-backstage on shared K8s cluster of Tractor
https://github.com/scout-ch/tractor-k8s-shared-pbs-backstage
k8s-tenant tractor
Last synced: about 1 month ago
JSON representation
FluxCD config repository for tenant pbs-backstage on shared K8s cluster of Tractor
- Host: GitHub
- URL: https://github.com/scout-ch/tractor-k8s-shared-pbs-backstage
- Owner: scout-ch
- Created: 2026-01-30T09:00:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-06-26T15:47:18.000Z (about 1 month ago)
- Last Synced: 2026-06-26T16:26:02.637Z (about 1 month ago)
- Topics: k8s-tenant, tractor
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backstage Kubernetes Deployment
Kubernetes manifests for deploying Backstage using FluxCD and Kustomize.
## Configuration
- Uses SQLite (no PostgreSQL dependency)
- Namespace: `backstage`
- Service port: 7007
## Setup
1. Update the Backstage image reference in `kubernetes/backstage.yaml`
2. Add secrets in `kubernetes/kustomization.yaml` under `secretGenerator.literals`
## Deploy
```bash
kubectl apply -k kubernetes/
```
Or use FluxCD to manage the deployment automatically.