fix: change namespace pointing
This commit is contained in:
parent
16e3b18dd1
commit
c333c60b92
|
|
@ -4,7 +4,7 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
|
|
||||||
namespace: employee-dev
|
namespace: intern-workspace
|
||||||
namePrefix: dev-
|
namePrefix: dev-
|
||||||
commonLabels:
|
commonLabels:
|
||||||
environment: dev
|
environment: dev
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ spec:
|
||||||
value: "development"
|
value: "development"
|
||||||
- name: LOG_LEVEL
|
- name: LOG_LEVEL
|
||||||
value: "debug"
|
value: "debug"
|
||||||
image: docker.io/adelyao/employee-fe:build-28
|
image: docker.io/adelyao/employee-be:build-28
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
|
|
||||||
namespace: employee-prod
|
namespace: intern-workspace
|
||||||
namePrefix: prod-
|
namePrefix: prod-
|
||||||
commonLabels:
|
commonLabels:
|
||||||
environment: production
|
environment: production
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
|
|
||||||
namespace: employee-staging
|
namespace: intern-workspace
|
||||||
namePrefix: staging-
|
namePrefix: staging-
|
||||||
commonLabels:
|
commonLabels:
|
||||||
environment: staging
|
environment: staging
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue