Skip to content

Latest commit

History

History
57 lines (40 loc) 路 1.26 KB

Kubernetes.md

File metadata and controls

57 lines (40 loc) 路 1.26 KB
title description published date tags editor dateCreated
Kubernetes
true
2022-06-25 06:52:48 UTC
markdown
2020-09-23 00:34:40 UTC

Kubernetes

You can also deploy Foundry VTT on your K8S/K3S cluster using different approachs.

Kustomize

by mbround18

Requirements:

  • Kubernetes Cluster (EKS/GKE/AKS/K3S/K8S)

Follow the detailed step on the his repo.

Helm Charts

by Hugo Prudente

Requirements:

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.