Skip to content

GitOps using Kubernetes manifests, Kustomize and ArgoCD.

Notifications You must be signed in to change notification settings

x-real-ip/gitops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

GitOps

Update Manifest GitHub repo size GitHub commit activity GitHub last commit (branch)

Start ArgoCD WebUI

argocd admin dashboard -n argocd

Uptime Kuma

A sqlite query to find and replace a part in the monitor url.

UPDATE monitor SET url = REPLACE(url, 'old', 'new') WHERE url LIKE '%old%';