8000 GitHub - webgtx/devops
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

webgtx/devops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

DevOps All The Things

Helm

Available Helm Charts

  • Uptime Kuma
    • Uptime Kuma is an awesome uptime monitoring tool, with builtin alert manager.

How to Deploy Helm?

I assume you have already cloned repository

Don't forget to change values in values.yaml. In case of Uptime Kuma, we need to change host.

Use the command line below, and set $YOURDOMAIN variable or simply substitute it with your domain.

sed -i "s/example.org/$YOURDOMAIN/g" helm/uptime-kuma/values.yaml

Or you can simply use your favorite text editor - Vim.

Now, you can install it, with this simple command:

helm install uptime-kuma helm/uptime-kuma

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0