fix: Update Kubernetes deployment namespace from 'default' to 'harita'
Some checks failed
Harita Build ve Deploy / build-and-deploy (push) Failing after 2m43s

This commit is contained in:
gitmuhammedalbayrak
2025-11-30 16:59:19 +03:00
parent 4ba4c5ae0f
commit 7f1eabfe88

View File

@@ -58,7 +58,7 @@ jobs:
# 3. TLS kontrolünü atlayarak Deployment'ı günceller (Rancher Self-Signed Fix)
# NOT: Kubeconfig'inize insecure-skip-tls-verify: true eklediyseniz, bu satırlar çalışacaktır.
kubectl set image deployment/dogu-haritasi web=${NEW_IMAGE_DIGEST} \
--kubeconfig=/tmp/kubeconfig.yaml -n default
--kubeconfig=/tmp/kubeconfig.yaml -n harita
kubectl rollout restart deployment/dogu-haritasi \
--kubeconfig=/tmp/kubeconfig.yaml -n default
--kubeconfig=/tmp/kubeconfig.yaml -n harita