Files
git.limbosolutions.com/deploy-scripts/apply-infra.sh

12 lines
323 B
Bash
Executable File

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