mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-05-01 23:35:07 +02:00
Update README.md
Former-commit-id: 85110e82cc09ab746d323f8625b8ecb5b1c03500
This commit is contained in:
@@ -138,6 +138,32 @@ Open your project folder, Right-Click, and select "Open Git Bash here".
|
||||
|
||||
---
|
||||
|
||||
### **☸️ Kubernetes / Helm (Advanced)**
|
||||
|
||||
For high-availability deployments or home-lab clusters, ShadowBroker supports deployment via **Helm**. This chart is based on the `bjw-s-labs` template and provides a robust, modular setup for both the backend and frontend.
|
||||
|
||||
**1. Add the Repository:**
|
||||
```bash
|
||||
helm repo add bjw-s-labs https://bjw-s-labs.github.io/helm-charts/
|
||||
helm repo update
|
||||
```
|
||||
|
||||
**2. Install the Chart:**
|
||||
```bash
|
||||
# Install from the local /chart directory
|
||||
helm install shadowbroker ./chart --create-namespace --namespace shadowbroker
|
||||
```
|
||||
|
||||
**3. Key Features:**
|
||||
* **Modular Architecture:** Individually scale the intelligence backend and the HUD frontend.
|
||||
* **Security Context:** Runs with restricted UIDs (1001) for container hardening.
|
||||
* **Ingress Ready:** Compatible with Traefik, Cert-Manager, and Gateway API for secure, external access to your intelligence node.
|
||||
|
||||
*Special thanks to [@chr0n1x](https://github.com/chr0n1x) for contributing the initial Kubernetes architecture.*
|
||||
|
||||
---
|
||||
|
||||
|
||||
## ✨ Features
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
430ac93c4f7c4fb5a3e596ec38e3b7794c731cc1
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
50180452f0522f50b2624161407cb8ccc80a00db
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
38a18cbbf1acbec5eb9266b809c28d31e2941c53
|
||||
Reference in New Issue
Block a user