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