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.
66 lines
1.3 KiB
66 lines
1.3 KiB
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
bases:
|
|
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/billing/csi-bm-inte-bridge-java-service
|
|
|
|
resources:
|
|
- ../../../DM-Sync/
|
|
#- post-sync.yaml
|
|
|
|
patchesStrategicMerge:
|
|
- hpa.yaml
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/csi-bm-inte-bridge-java-service
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/csi-bm-inte-bridge-java-service
|
|
newTag: 4.2.16.0_qa
|
|
|
|
# replicas:
|
|
# - name: csi-bm-inte-bridge-java-service
|
|
# count: 2
|
|
|
|
namespace: csi-dev
|
|
patchesJson6902:
|
|
- target:
|
|
group: batch
|
|
version: v1
|
|
kind: Job
|
|
name: .*
|
|
patch: |-
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_PROJECT_NAME
|
|
value: "csi-bm-inte-bridge-java-service"
|
|
|
|
- target:
|
|
group: batch
|
|
version: v1
|
|
kind: Job
|
|
name: sync-presync
|
|
patch: |-
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: before-csi-bm-inte-bridge-java-service
|
|
|
|
- target:
|
|
group: batch
|
|
version: v1
|
|
kind: Job
|
|
name: sync-postsync
|
|
patch: |-
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: after-csi-bm-inte-bridge-java-service
|
|
|
|
- target:
|
|
group: batch
|
|
version: v1
|
|
kind: Job
|
|
name: post
|
|
patch: |-
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: post-csi-bm-inte-bridge-java-service
|
|
namespace: moh-uat
|