From 7f1eabfe881efd0c076a336a9321f0e440a50556 Mon Sep 17 00:00:00 2001 From: gitmuhammedalbayrak Date: Sun, 30 Nov 2025 16:59:19 +0300 Subject: [PATCH] fix: Update Kubernetes deployment namespace from 'default' to 'harita' --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index cddd78d..cbed2ee 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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 \ No newline at end of file + --kubeconfig=/tmp/kubeconfig.yaml -n harita \ No newline at end of file