updated frontend base k8s no namespace

This commit is contained in:
syifa 2025-11-19 02:22:21 +00:00
parent 640826efc9
commit 5561027ee2
1 changed files with 2 additions and 2 deletions

View File

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