mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
.. | ||
public | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
Dockerfile.tpl | ||
index.ts | ||
LICENSE | ||
MicroK8s.md | ||
nodemon.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
test.values.yaml | ||
tsconfig.json |
Helm Chart for OneUptime
Introduction
This chart bootstraps a OneUptime deployment on a Kubernetes cluster using the Helm package manager.
Adding Dependencies
- Add dependencies in Chart.yaml and run helm dependency update.
Addons for MicroK8s
- Hostpath Storage if you're using one node.
microk8s enable hostpath-storage
# then you should see storage class name
kubectl get storageclass
# You can then use this storage class to run this chart
By default, the hostpath provisioner will store all volume data under /var/snap/microk8s/common/default-storage
To customize the default directory, please read the docs here: https://microk8s.io/docs/addon-hostpath-storage