20 lines
365 B
YAML
20 lines
365 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../../base
|
|
|
|
# namespace: intern-workspace
|
|
namePrefix: staging-
|
|
commonLabels:
|
|
environment: staging
|
|
|
|
images:
|
|
- name: docker.io/adelyao/employee-be
|
|
newTag: staging-latest
|
|
- name: docker.io/adelyao/employee-fe
|
|
newTag: staging-latest
|
|
|
|
patches:
|
|
- path: patch-deployment.yaml
|