fix: staging uses namespace default, not foursat
Build and Deploy to Kubernetes / build-and-deploy (push) Has been cancelled

This commit is contained in:
masoodafar-web
2026-02-23 20:38:27 +03:30
parent 3153fd8a74
commit 68da3f45a3
2 changed files with 6 additions and 7 deletions
+4 -4
View File
@@ -4,7 +4,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: cms-uploads-pvc
namespace: foursat
namespace: default
labels:
app: cms
spec:
@@ -20,7 +20,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: cms
namespace: foursat
namespace: default
labels:
app: cms
spec:
@@ -116,7 +116,7 @@ apiVersion: v1
kind: Service
metadata:
name: cms-svc
namespace: foursat
namespace: default
spec:
selector:
app: cms
@@ -132,7 +132,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: cms-ingress
namespace: foursat
namespace: default
annotations:
kubernetes.io/ingress.class: "nginx"
cert-manager.io/cluster-issuer: "letsencrypt-prod"