updated backend base k8s no namespace

This commit is contained in:
syifa 2025-11-19 02:14:49 +00:00
parent e969e5830a
commit 3a06e57946
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: backend-app-syifa name: backend-app-syifa
namespace: intern-workspace #namespace: intern-workspace
spec: spec:
replicas: 1 replicas: 1
selector: selector:
@ -58,7 +58,7 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: backend-app-syifa name: backend-app-syifa
namespace: intern-workspace #namespace: intern-workspace
spec: spec:
type: ClusterIP type: ClusterIP
selector: selector: