@@ -9,6 +9,8 @@ Used to test the following [Backstage](https://backstage.io/) plugins:
99- [ GitHub Actions] ( https://github.com/backstage/community-plugins/tree/main/workspaces/github-actions )
1010- [ Tekton] ( https://github.com/backstage/community-plugins/tree/main/workspaces/tekton )
1111- [ MCP Chat] ( https://github.com/backstage/community-plugins/tree/main/workspaces/mcp-chat )
12+ - [ Gitlab] ( https://github.com/immobiliare/backstage-plugin-gitlab )
13+ - [ Multi Source Security Viewer] ( https://github.com/backstage/community-plugins/tree/main/workspaces/multi-source-security-viewer/plugins/multi-source-security-viewer )
1214
1315---
1416
@@ -191,6 +193,45 @@ Once synced, ArgoCD will deploy all services defined under `manifests/`.
191193
192194---
193195
196+ ## 🖥️ After setting up
197+ You can run the `after-setup.sh` script to get information on:
198+ - ArgoCD Serve port
199+ - ArgoCD Admin creds
200+ - ArgoCD Service Account token
201+ - Tekton Service Account Token
202+ - Service Ports
203+
204+ ```bash
205+ ------------------------------
206+ Backstage Lab 🧪 - After Setup
207+ ------------------------------
208+ 🖥️ ArgoCD Server port 30314
209+
210+ 🔓 ArgoCD Admin creds
211+ Username: admin
212+ Password: <password>
213+
214+ 🔄 ArgoCD Service Account
215+ Name: backstage-rollouts
216+ 🪙 Token
217+
218+ <token>
219+
220+ ⚓ Service Ports
221+ jenkins 8080:31862/TCP,50000:30806/TCP
222+ ollama 11434:31861/TCP
223+ open-webui 3000:31343/TCP
224+
225+ ⚗️ Tekton Service Account:
226+ Name: backstage-tekton
227+ 🪙 Token
228+
229+ <token>
230+
231+ ------------------------------
232+ ```
233+
234+
194235## 🌐 Accessing Your Services
195236
196237After all pods are live, view service endpoints:
0 commit comments