fix: change namespace pointing
This commit is contained in:
parent
16e3b18dd1
commit
c333c60b92
|
|
@ -4,7 +4,7 @@ kind: Kustomization
|
|||
resources:
|
||||
- ../../base
|
||||
|
||||
namespace: employee-dev
|
||||
namespace: intern-workspace
|
||||
namePrefix: dev-
|
||||
commonLabels:
|
||||
environment: dev
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ kind: Kustomization
|
|||
resources:
|
||||
- ../../base
|
||||
|
||||
namespace: employee-prod
|
||||
namespace: intern-workspace
|
||||
namePrefix: prod-
|
||||
commonLabels:
|
||||
environment: production
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ kind: Kustomization
|
|||
resources:
|
||||
- ../../base
|
||||
|
||||
namespace: employee-staging
|
||||
namespace: intern-workspace
|
||||
namePrefix: staging-
|
||||
commonLabels:
|
||||
environment: staging
|
||||
|
|
|
|||
Loading…
Reference in New Issue