project reorganization

This commit is contained in:
2025-09-27 10:38:43 +00:00
parent 4e777b8b86
commit a49c5e8514
11 changed files with 132 additions and 141 deletions

9
deploy/setup.sh Executable file
View File

@@ -0,0 +1,9 @@
helm repo add gitea-charts https://dl.gitea.com/charts/
helm repo update
helm upgrade --install gitea gitea-charts/gitea \
--values ./values.yaml \
--values ./values.private.yaml \
--namespace=git-limbosolutions-com
kubectl apply -f ./ssh-ingress.yaml