implement huly

This commit is contained in:
2025-03-21 20:26:53 +01:00
parent 86d9b89769
commit 406a470489
34 changed files with 1015 additions and 0 deletions

24
deploy/huly/README.md Normal file
View File

@@ -0,0 +1,24 @@
# Huly Kubernetes Deployment
This folder contains a sample configuration for Huly Kubernetes deployment.
## Requires
Requires a working kubernetes cluster with min one node. Each node should have min 2 vCPUs and 4GB of RAM.
If you don't have any k8s cluster, consider using the [kind setup](QUICKSTART.md).
## Check and update configuration
Huly deployment configuration is located in [config.yaml](config/config.yaml) and [secret.yaml](config/secret.yaml) files.
The sample configuration assume that Huly is available on huly.example hostname with dedicated hostname per service.
## Deploy Huly to Kubernetes
Deploy Huly with `kubectl`.
```bash
kubectl apply -R -f .
```
Now, launch your web browser and enjoy Huly!