fix: production uses namespace default + remove foursat namespace references
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 9m18s

This commit is contained in:
masoodafar-web
2026-02-23 21:36:08 +03:30
parent f8dc4abd04
commit de83c31346
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:
@@ -86,7 +86,7 @@ apiVersion: v1
kind: Service
metadata:
name: cms-svc
namespace: foursat
namespace: default
spec:
selector:
app: cms
@@ -102,7 +102,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: cms-ingress
namespace: foursat
namespace: default
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/ssl-redirect: "true"