oneuptime/HelmChart
2023-09-27 10:25:32 +00:00
..
public remove deprecated and template 2023-09-27 10:25:32 +00:00
.dockerignore fix docker file 2022-12-16 13:35:59 +05:30
.gitattributes fix 2022-04-10 22:54:23 +01:00
.gitignore fix 2022-04-10 22:54:23 +01:00
Dockerfile.tpl increase npm timeout in docker files 2023-09-21 17:09:09 +01:00
index.ts fix lint. 2022-06-03 15:03:56 +01:00
LICENSE fix 2022-04-10 22:54:23 +01:00
MicroK8s.md install oneuptime home 2023-09-22 17:02:34 +00:00
nodemon.json send announcement to subscribers. 2022-12-18 14:59:03 +05:30
package-lock.json Update dependency nodemon to v2.0.22 2023-08-04 19:51:34 +00:00
package.json preinstall -> configure 2023-06-12 10:42:43 +01:00
README.md add size and pvc 2023-09-25 12:52:42 +00:00
test.values.yaml add test values 2023-09-26 16:57:46 +00:00
tsconfig.json fix tsconf 2022-11-10 18:50:20 +00:00

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