An open API service indexing awesome lists of open source software.

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

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.