Align deploy paths and namespace with current k8s target

This commit is contained in:
2026-06-27 20:43:14 -05:00
parent 49bf370d41
commit ba920406c8
4 changed files with 15 additions and 32 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ set -euo pipefail
# - docker or buildah/push capability (we build locally and push)
# - registry secret exists or REGISTRY_USER/REGISTRY_PASS are exported
NAMESPACE="la-huasca"
NAMESPACE="lahuasca"
IMAGE="gitea.ajavasoft.com/muken/la-huasca-ts"
TAG="${TAG:-$(git rev-parse --short HEAD)}"
HOSTS=("lahuasca.com" "www.lahuasca.com")