title | description | published | date | tags | editor | dateCreated |
---|---|---|---|---|---|---|
Kubernetes |
true |
2024-08-23 20:04:47 UTC |
markdown |
2020-09-23 00:34:40 UTC |
You can also deploy Foundry VTT on your K8S/K3S cluster using different approachs.
by mbround18
Requirements:
- Kubernetes Cluster (EKS/GKE/AKS/K3S/K8S)
Follow the detailed step on the his repo.
Requirements:
- Helm
- Kubernetes Cluster (EKS/GKE/AKS/K3S/K8S)
- Container built with Felddy's Easy Container
You can install dirctly from the Helm repo
helm repo add foundry-vtt https://hugoprudente.github.io/helm-charts/incubator/
helm install my-foundry-vtt foundry-vtt/foundry-vtt --version 0.2.14
Or clone the repository and do some tweeks.
git clone https://github.com/hugoprudente/charts/
Edit the file values.yaml
with your desired configuration.
helm install --name foundry ./incubator/foundry-vtt
or
helm3 install foundry ./incubator/foundry-vtt
For support ping @hugoprudente on twitter.