diff --git a/UAT/ehr/csi-ehr-ic-dashboard/hpa.yaml b/UAT/ehr/csi-ehr-ic-dashboard/hpa.yaml deleted file mode 100644 index f49c82c..0000000 --- a/UAT/ehr/csi-ehr-ic-dashboard/hpa.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: keda.sh/v1alpha1 -kind: ScaledObject -metadata: - name: csi-ehr-ic-ui - namespace: moh-prod -spec: - minReplicaCount: 1 - maxReplicaCount: 1 \ No newline at end of file diff --git a/UAT/ehr/csi-ehr-ic-dashboard/kustomization.yaml b/UAT/ehr/csi-ehr-ic-dashboard/kustomization.yaml deleted file mode 100644 index 1c7e2b0..0000000 --- a/UAT/ehr/csi-ehr-ic-dashboard/kustomization.yaml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: -- https://git.cloudsolutions.com.sa/Ishrath.Ahamed/CENTRAL-BASE-REPO/ehr/ehricui -- ../../../DM-Initiator/ - -replicas: -- name: csi-ehr-ic-ui - count: 1 - -images: -- name: harbor.moh.gov.sa/vidamoh/ehr-ic-ui - newName: registry.cloudsolutions.com.sa/vida-qa/ehr-ic-ui - newTag: 4.0.245.9_b2 - -namespace: csi-uat -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-ehr-ic-ui" - -- target: - group: batch - version: v1 - kind: Job - name: sync-presync - patch: |- - - op: replace - path: /metadata/name - value: before-csi-ehr-ic-ui - -- target: - group: batch - version: v1 - kind: Job - name: sync-postsync - patch: |- - - op: replace - path: /metadata/name - value: after-csi-ehr-ic-ui diff --git a/UAT/ehr/csi-ehr-ic-ui/hpa.yaml b/UAT/ehr/csi-ehr-ic-ui/hpa.yaml deleted file mode 100644 index f49c82c..0000000 --- a/UAT/ehr/csi-ehr-ic-ui/hpa.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: keda.sh/v1alpha1 -kind: ScaledObject -metadata: - name: csi-ehr-ic-ui - namespace: moh-prod -spec: - minReplicaCount: 1 - maxReplicaCount: 1 \ No newline at end of file diff --git a/UAT/ehr/csi-ehr-ic-ui/kustomization.yaml b/UAT/ehr/ehr-ic-ui/kustomization.yaml similarity index 99% rename from UAT/ehr/csi-ehr-ic-ui/kustomization.yaml rename to UAT/ehr/ehr-ic-ui/kustomization.yaml index 087a202..a51024f 100644 --- a/UAT/ehr/csi-ehr-ic-ui/kustomization.yaml +++ b/UAT/ehr/ehr-ic-ui/kustomization.yaml @@ -4,7 +4,6 @@ resources: - https://git.cloudsolutions.com.sa/Ishrath.Ahamed/CENTRAL-BASE-REPO/ehr/ehricui - ../../../DM-Initiator/ - replicas: - name: csi-ehr-ic-ui count: 1