fix: change namespace pointing

This commit is contained in:
adelyaou 2025-11-07 16:07:45 +07:00
parent 16e3b18dd1
commit c333c60b92
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ kind: Kustomization
resources:
- ../../base
namespace: employee-dev
namespace: intern-workspace
namePrefix: dev-
commonLabels:
environment: dev

View File

@ -14,7 +14,7 @@ spec:
value: "development"
- name: LOG_LEVEL
value: "debug"
image: docker.io/adelyao/employee-fe:build-28
image: docker.io/adelyao/employee-be:build-28
---
apiVersion: apps/v1
kind: Deployment

View File

@ -4,7 +4,7 @@ kind: Kustomization
resources:
- ../../base
namespace: employee-prod
namespace: intern-workspace
namePrefix: prod-
commonLabels:
environment: production

View File

@ -4,7 +4,7 @@ kind: Kustomization
resources:
- ../../base
namespace: employee-staging
namespace: intern-workspace
namePrefix: staging-
commonLabels:
environment: staging