repo refactoring continuous-deploy prep

This commit is contained in:
2025-11-23 22:03:49 +00:00
parent fc1d941dde
commit a23cbcdf93
14 changed files with 70 additions and 77 deletions

12
deploy-scripts/apply-infra.sh Executable file
View File

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