oneuptime/HelmChart
2023-09-28 11:33:38 +00:00
..
public fix typos 2023-09-28 11:26:50 +00:00
.dockerignore fix docker file 2022-12-16 13:35:59 +05:30
.gitattributes
.gitignore
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
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 Bump get-func-name from 2.0.0 to 2.0.2 in /HelmChart 2023-09-27 22:07:55 +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 fix port name 2023-09-28 10:43:07 +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