This commit is contained in:
admin
2025-12-22 08:24:52 +01:00
parent 4b6f071349
commit d623200d5d
50 changed files with 3941 additions and 147 deletions

View File

@@ -0,0 +1,2 @@
microk8s kubectl create secret generic gitea-token -n backstage \
--from-literal=GITEA_TOKEN=7c289d89b02489984fc9850411bb26f6ee4e9d37

3
dev/backstage/setup/restart.sh Executable file
View File

@@ -0,0 +1,3 @@
microk8s kubectl apply -f configmap.yaml
microk8s kubectl rollout restart deploy/backstage -n backstage
microk8s kubectl get pod -n backstage