You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.5 KiB
59 lines
1.5 KiB
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
bases:
|
|
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/dms/csi-document-management-service
|
|
|
|
resources:
|
|
- ../../../Sync-new/
|
|
|
|
# patchesStrategicMerge:
|
|
# - patch-hpa.yaml
|
|
|
|
replicas:
|
|
- name: csi-document-management-service
|
|
count: 2
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/csi-document-management-service
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/csi-document-management-service
|
|
newTag: 4.1.2.36_1_dev
|
|
|
|
namespace: csi-dev
|
|
|
|
patchesJSON6902:
|
|
- target:
|
|
group: batch
|
|
version: v1
|
|
kind: Job
|
|
name: before
|
|
patch: |-
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: before-dms
|
|
namespace: moh-uat
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_MODULENAME
|
|
value: "csi-java-bb-service"
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_DATA_VERSION
|
|
value: "4.2.106.0"
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_PROJECT_NAME
|
|
value: "csi-document-management-service"
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_MODULE_NAME
|
|
value: "csi-document-management-service"
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_PARENT_MODULE_NAME
|
|
value: "dms"
|