deploy scripts & helm review: Secrets values from set instead on values, cd pre; add kustomization for infra

This commit is contained in:
2025-11-29 03:45:25 +00:00
parent ee4afed826
commit d0d8331e9a
9 changed files with 137 additions and 66 deletions

View File

@@ -1,11 +1,7 @@
#/bin/bash
#!/bin/bash
set -e
echo "Executing infra deploy."
kubectl kustomize deploy/infra | kubectl apply -f -
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