diff --git a/.idea/CSI_UAT.iml b/.idea/CSI_UAT.iml
new file mode 100644
index 0000000..d6ebd48
--- /dev/null
+++ b/.idea/CSI_UAT.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..47478b9
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..89b0d20
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..1ed1140
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1742541509112
+
+
+ 1742541509112
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/DEV/api-gateway/apigateway/kustomization.yaml b/UAT/api-gateway/apigateway/kustomization.yaml
similarity index 81%
rename from DEV/api-gateway/apigateway/kustomization.yaml
rename to UAT/api-gateway/apigateway/kustomization.yaml
index 640bcd7..a993eea 100644
--- a/DEV/api-gateway/apigateway/kustomization.yaml
+++ b/UAT/api-gateway/apigateway/kustomization.yaml
@@ -5,6 +5,11 @@ bases:
patchesStrategicMerge:
- patch-hpa.yaml
+replicas:
+ - name: csi-token-filter
+ count: 1
+ - name: api-gateway
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-token-filter
@@ -16,4 +21,4 @@ images:
newTag: 4.0.2.0
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/api-gateway/apigateway/patch-hpa.yaml b/UAT/api-gateway/apigateway/patch-hpa.yaml
similarity index 100%
rename from DEV/api-gateway/apigateway/patch-hpa.yaml
rename to UAT/api-gateway/apigateway/patch-hpa.yaml
diff --git a/DEV/base/base-utility-service-java-sev/kustomization.yaml b/UAT/base/base-utility-service-java-sev/kustomization.yaml
similarity index 93%
rename from DEV/base/base-utility-service-java-sev/kustomization.yaml
rename to UAT/base/base-utility-service-java-sev/kustomization.yaml
index 4ca422b..6d109eb 100644
--- a/DEV/base/base-utility-service-java-sev/kustomization.yaml
+++ b/UAT/base/base-utility-service-java-sev/kustomization.yaml
@@ -8,13 +8,15 @@ resources:
patchesStrategicMerge:
- patch-hpa.yaml
-
+replicas:
+ - name: base-utility-service-java-sev
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/base-utility-service-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/base-utility-service-java-sev
newTag: 4.1.26.2_dev #4.1.26.1_dev #4.1.26.0_qa #4.1.28.0_qa #4.3.0.5_prod #4.3.0.0 #4.2.0.0 #4.1.10.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/base/base-utility-service-java-sev/patch-hpa.yaml b/UAT/base/base-utility-service-java-sev/patch-hpa.yaml
similarity index 100%
rename from DEV/base/base-utility-service-java-sev/patch-hpa.yaml
rename to UAT/base/base-utility-service-java-sev/patch-hpa.yaml
diff --git a/DEV/base/csi-patient-snapshot-java-sev/kustomization.yaml b/UAT/base/csi-patient-snapshot-java-sev/kustomization.yaml
similarity index 80%
rename from DEV/base/csi-patient-snapshot-java-sev/kustomization.yaml
rename to UAT/base/csi-patient-snapshot-java-sev/kustomization.yaml
index ad4c3b8..836cf81 100644
--- a/DEV/base/csi-patient-snapshot-java-sev/kustomization.yaml
+++ b/UAT/base/csi-patient-snapshot-java-sev/kustomization.yaml
@@ -6,13 +6,13 @@ bases:
patchesStrategicMerge:
- patch-hpa.yaml
-# replicas:
-# - name: csi-patient-snapshot-java-sev
-# count: 2
+replicas:
+ - name: csi-patient-snapshot-java-sev
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-patient-snapshot-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-patient-snapshot-java-sev
newTag: V1.0.1_PERF
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/base/csi-patient-snapshot-java-sev/patch-hpa.yaml b/UAT/base/csi-patient-snapshot-java-sev/patch-hpa.yaml
similarity index 100%
rename from DEV/base/csi-patient-snapshot-java-sev/patch-hpa.yaml
rename to UAT/base/csi-patient-snapshot-java-sev/patch-hpa.yaml
diff --git a/DEV/base/csi-personalization-service-java-sev/kustomization.yaml b/UAT/base/csi-personalization-service-java-sev/kustomization.yaml
similarity index 85%
rename from DEV/base/csi-personalization-service-java-sev/kustomization.yaml
rename to UAT/base/csi-personalization-service-java-sev/kustomization.yaml
index e3052c8..038e508 100644
--- a/DEV/base/csi-personalization-service-java-sev/kustomization.yaml
+++ b/UAT/base/csi-personalization-service-java-sev/kustomization.yaml
@@ -6,13 +6,13 @@ bases:
patchesStrategicMerge:
- patch-hpa.yaml
-# replicas:
-# - name: csi-personalization
-# count: 2
+replicas:
+ - name: csi-personalization
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-personalization-service-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-personalization-service-java-sev
newTag: 4.0.264.0-beta.3_qa #4.0.263.0-alpha.9_dev #4.0.264.0_prod #4.0.263.0-alpha.9_dev #4.0.263.0-beta.10_qa
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/base/csi-personalization-service-java-sev/patch-hpa.yaml b/UAT/base/csi-personalization-service-java-sev/patch-hpa.yaml
similarity index 100%
rename from DEV/base/csi-personalization-service-java-sev/patch-hpa.yaml
rename to UAT/base/csi-personalization-service-java-sev/patch-hpa.yaml
diff --git a/DEV/base/csi.uif.admin.ui/hpa.yaml b/UAT/base/csi.uif.admin.ui/hpa.yaml
similarity index 100%
rename from DEV/base/csi.uif.admin.ui/hpa.yaml
rename to UAT/base/csi.uif.admin.ui/hpa.yaml
diff --git a/DEV/base/csi.uif.admin.ui/kustomization.yaml b/UAT/base/csi.uif.admin.ui/kustomization.yaml
similarity index 94%
rename from DEV/base/csi.uif.admin.ui/kustomization.yaml
rename to UAT/base/csi.uif.admin.ui/kustomization.yaml
index 1000d6f..3fb110c 100644
--- a/DEV/base/csi.uif.admin.ui/kustomization.yaml
+++ b/UAT/base/csi.uif.admin.ui/kustomization.yaml
@@ -8,11 +8,11 @@ bases:
replicas:
- name: csi-form-builder-ui
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/form-builder-ui
newName: registry.cloudsolutions.com.sa/vida-qa/csi.uif.admin.ui
newTag: 4.1.331.0-alpha.8 #4.1.331.0-alpha.7 #4.1.332.0_prod #4.1.331.0-alpha.7 #4.1.331.0-beta.23_qa #4.1.331.0-alpha.7
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/base/csi.uif.admin.ui/patch-pod.yaml b/UAT/base/csi.uif.admin.ui/patch-pod.yaml
similarity index 100%
rename from DEV/base/csi.uif.admin.ui/patch-pod.yaml
rename to UAT/base/csi.uif.admin.ui/patch-pod.yaml
diff --git a/DEV/base/csi.uif.settings/hpa.yaml b/UAT/base/csi.uif.settings/hpa.yaml
similarity index 100%
rename from DEV/base/csi.uif.settings/hpa.yaml
rename to UAT/base/csi.uif.settings/hpa.yaml
diff --git a/DEV/base/csi.uif.settings/kustomization.yaml b/UAT/base/csi.uif.settings/kustomization.yaml
similarity index 97%
rename from DEV/base/csi.uif.settings/kustomization.yaml
rename to UAT/base/csi.uif.settings/kustomization.yaml
index b096e76..21a862c 100644
--- a/DEV/base/csi.uif.settings/kustomization.yaml
+++ b/UAT/base/csi.uif.settings/kustomization.yaml
@@ -8,13 +8,13 @@ resources:
replicas:
- name: csi-config-ui
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/base-ui
newName: registry.cloudsolutions.com.sa/vida-qa/csi.uif.settings
newTag: 4.0.246.0_qa #4.0.237.0_qa #4.0.232.0 #4.0.231.0_qa
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/base/document-generator-core/hpa.yaml b/UAT/base/document-generator-core/hpa.yaml
similarity index 100%
rename from DEV/base/document-generator-core/hpa.yaml
rename to UAT/base/document-generator-core/hpa.yaml
diff --git a/DEV/base/document-generator-core/kustomization.yaml b/UAT/base/document-generator-core/kustomization.yaml
similarity index 87%
rename from DEV/base/document-generator-core/kustomization.yaml
rename to UAT/base/document-generator-core/kustomization.yaml
index b19e5a6..bba132d 100644
--- a/DEV/base/document-generator-core/kustomization.yaml
+++ b/UAT/base/document-generator-core/kustomization.yaml
@@ -5,10 +5,12 @@ bases:
patchesStrategicMerge:
- hpa.yaml
-
+replicas:
+ - name: document-generator-core
+ count: 1
images:
- name: registry.cloudsolutions.com.sa/vida-qa/document-generator-core
newName: registry.cloudsolutions.com.sa/vida-qa/document-generator-core
newTag: 4.0.11.16 #4.0.9.0 #4.0.8.0 #4.0.7.0 #4.0.6.0 #4.0.5.0 #4.0.3.0 #4.0.2.0 #4.0.3.0 #4.0.2.0 #4.0.0.1-b6 #4.0.0.1-b2 #4.0.0.1-b4 #4.0.0.1-b1 #4.0.0.0-b4 #4.0.0.0-b3
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/billing/csi-bm-approval-java-service/hpa.yaml b/UAT/billing/csi-bm-approval-java-service/hpa.yaml
similarity index 100%
rename from DEV/billing/csi-bm-approval-java-service/hpa.yaml
rename to UAT/billing/csi-bm-approval-java-service/hpa.yaml
diff --git a/DEV/billing/csi-bm-approval-java-service/kustomization.yaml b/UAT/billing/csi-bm-approval-java-service/kustomization.yaml
similarity index 94%
rename from DEV/billing/csi-bm-approval-java-service/kustomization.yaml
rename to UAT/billing/csi-bm-approval-java-service/kustomization.yaml
index a4bdefa..5e16d17 100644
--- a/DEV/billing/csi-bm-approval-java-service/kustomization.yaml
+++ b/UAT/billing/csi-bm-approval-java-service/kustomization.yaml
@@ -11,16 +11,16 @@ patchesStrategicMerge:
- hpa.yaml
#- patch-pod.yaml
-#replicas:
-# - name: csi-bm-approval-java-serviceg
-# count: 1
+replicas:
+ - name: csi-bm-approval-java-serviceg
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-bm-approval-java-service
newName: registry.cloudsolutions.com.sa/vida-qa/csi-bm-approval-java-service
newTag: 4.3.660.0_qa #4.2412_1_D9_dev #4.2412_1_D2_dev #4.2411_1_D4-b15_dev #4.2411_1_D4-b11_dev #4.2411_1_D4-b10_dev #4.2411_1_D8-b1 #4.2411_1_D8_dev #4.2411_1_D7_dev
-namespace: csi-dev
+namespace: csi-uat
# patchesJson6902:
# - target:
diff --git a/DEV/billing/csi-bm-approval-java-service/patch-pod.yaml b/UAT/billing/csi-bm-approval-java-service/patch-pod.yaml
similarity index 100%
rename from DEV/billing/csi-bm-approval-java-service/patch-pod.yaml
rename to UAT/billing/csi-bm-approval-java-service/patch-pod.yaml
diff --git a/DEV/billing/csi-bm-approval-java-service/post-sync.yaml b/UAT/billing/csi-bm-approval-java-service/post-sync.yaml
similarity index 100%
rename from DEV/billing/csi-bm-approval-java-service/post-sync.yaml
rename to UAT/billing/csi-bm-approval-java-service/post-sync.yaml
diff --git a/DEV/billing/csi-bm-approval-ui/hpa.yaml b/UAT/billing/csi-bm-approval-ui/hpa.yaml
similarity index 100%
rename from DEV/billing/csi-bm-approval-ui/hpa.yaml
rename to UAT/billing/csi-bm-approval-ui/hpa.yaml
diff --git a/DEV/billing/csi-bm-approval-ui/kustomization.yaml b/UAT/billing/csi-bm-approval-ui/kustomization.yaml
similarity index 95%
rename from DEV/billing/csi-bm-approval-ui/kustomization.yaml
rename to UAT/billing/csi-bm-approval-ui/kustomization.yaml
index 9e22863..4bd34f7 100644
--- a/DEV/billing/csi-bm-approval-ui/kustomization.yaml
+++ b/UAT/billing/csi-bm-approval-ui/kustomization.yaml
@@ -11,15 +11,15 @@ resources:
replicas:
- name: csi-approval-ui
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/approval-ui
newName: registry.cloudsolutions.com.sa/vida-qa/approval-ui
newTag: 4.4.44.0_qa #4.3.2.65_qa
-namespace: csi-dev
-patchesJSON6902:
+namespace: csi-uat
+patchesJson6902:
- target:
group: batch
version: v1
diff --git a/DEV/billing/csi-bm-approval-ui/patch-pod.yaml b/UAT/billing/csi-bm-approval-ui/patch-pod.yaml
similarity index 100%
rename from DEV/billing/csi-bm-approval-ui/patch-pod.yaml
rename to UAT/billing/csi-bm-approval-ui/patch-pod.yaml
diff --git a/DEV/billing/csi-bm-billing-java-service/hpa.yaml b/UAT/billing/csi-bm-billing-java-service/hpa.yaml
similarity index 100%
rename from DEV/billing/csi-bm-billing-java-service/hpa.yaml
rename to UAT/billing/csi-bm-billing-java-service/hpa.yaml
diff --git a/DEV/billing/csi-bm-billing-java-service/kustomization.yaml b/UAT/billing/csi-bm-billing-java-service/kustomization.yaml
similarity index 96%
rename from DEV/billing/csi-bm-billing-java-service/kustomization.yaml
rename to UAT/billing/csi-bm-billing-java-service/kustomization.yaml
index 50e360c..3cadbf1 100644
--- a/DEV/billing/csi-bm-billing-java-service/kustomization.yaml
+++ b/UAT/billing/csi-bm-billing-java-service/kustomization.yaml
@@ -9,16 +9,16 @@ resources:
patchesStrategicMerge:
- hpa.yaml
-#replicas:
-# - name: csi-bm-billing-java-service
-# count: 0
+replicas:
+ - name: csi-bm-billing-java-service
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-bm-billing-java-service
newName: registry.cloudsolutions.com.sa/vida-qa/csi-bm-billing-java-service
newTag: 4.2503.1_D6_dev #4.8.96.0_qa #4.2503.1_D5_dev #4.2503.1_D4-b1_dev
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/billing/csi-bm-billing-java-service/post-sync.yaml b/UAT/billing/csi-bm-billing-java-service/post-sync.yaml
similarity index 100%
rename from DEV/billing/csi-bm-billing-java-service/post-sync.yaml
rename to UAT/billing/csi-bm-billing-java-service/post-sync.yaml
diff --git a/DEV/billing/csi-bm-billing-ui/hpa.yaml b/UAT/billing/csi-bm-billing-ui/hpa.yaml
similarity index 100%
rename from DEV/billing/csi-bm-billing-ui/hpa.yaml
rename to UAT/billing/csi-bm-billing-ui/hpa.yaml
diff --git a/DEV/billing/csi-bm-billing-ui/kustomization.yaml b/UAT/billing/csi-bm-billing-ui/kustomization.yaml
similarity index 98%
rename from DEV/billing/csi-bm-billing-ui/kustomization.yaml
rename to UAT/billing/csi-bm-billing-ui/kustomization.yaml
index 07e2867..153ab4a 100644
--- a/DEV/billing/csi-bm-billing-ui/kustomization.yaml
+++ b/UAT/billing/csi-bm-billing-ui/kustomization.yaml
@@ -12,7 +12,7 @@ resources:
replicas:
- name: csi-billing-ui
- count: 2
+ count: 1
images:
# - name: harbor.moh.gov.sa/vidamoh/csi-database-initiator
@@ -22,7 +22,7 @@ images:
newName: registry.cloudsolutions.com.sa/vida-qa/billing-ui
newTag: 4.7.103.0_qa # Deployed this QA tag due to build issue in 4.2503_1_D8_dev #4.2503_1_D7_dev #4.2503_1_D6_dev
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/billing/csi-bm-inte-bridge-java-service/hpa.yaml b/UAT/billing/csi-bm-inte-bridge-java-service/hpa.yaml
similarity index 100%
rename from DEV/billing/csi-bm-inte-bridge-java-service/hpa.yaml
rename to UAT/billing/csi-bm-inte-bridge-java-service/hpa.yaml
diff --git a/DEV/billing/csi-bm-inte-bridge-java-service/kustomization.yaml b/UAT/billing/csi-bm-inte-bridge-java-service/kustomization.yaml
similarity index 94%
rename from DEV/billing/csi-bm-inte-bridge-java-service/kustomization.yaml
rename to UAT/billing/csi-bm-inte-bridge-java-service/kustomization.yaml
index a5746ab..70db04f 100644
--- a/DEV/billing/csi-bm-inte-bridge-java-service/kustomization.yaml
+++ b/UAT/billing/csi-bm-inte-bridge-java-service/kustomization.yaml
@@ -9,7 +9,9 @@ resources:
patchesStrategicMerge:
- hpa.yaml
-
+replicas:
+ - name: csi-bm-inte-bridge-java-service
+ count: 1
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
@@ -19,7 +21,7 @@ images:
# - name: csi-bm-inte-bridge-java-service
# count: 2
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/billing/csi-bm-inte-bridge-java-service/patch-pod.yaml b/UAT/billing/csi-bm-inte-bridge-java-service/patch-pod.yaml
similarity index 100%
rename from DEV/billing/csi-bm-inte-bridge-java-service/patch-pod.yaml
rename to UAT/billing/csi-bm-inte-bridge-java-service/patch-pod.yaml
diff --git a/DEV/billing/csi-bm-inte-bridge-java-service/post-sync.yaml b/UAT/billing/csi-bm-inte-bridge-java-service/post-sync.yaml
similarity index 100%
rename from DEV/billing/csi-bm-inte-bridge-java-service/post-sync.yaml
rename to UAT/billing/csi-bm-inte-bridge-java-service/post-sync.yaml
diff --git a/DEV/billing/csi-bm-invoice-java-service/hpa.yaml b/UAT/billing/csi-bm-invoice-java-service/hpa.yaml
similarity index 100%
rename from DEV/billing/csi-bm-invoice-java-service/hpa.yaml
rename to UAT/billing/csi-bm-invoice-java-service/hpa.yaml
diff --git a/DEV/billing/csi-bm-invoice-java-service/kustomization.yaml b/UAT/billing/csi-bm-invoice-java-service/kustomization.yaml
similarity index 96%
rename from DEV/billing/csi-bm-invoice-java-service/kustomization.yaml
rename to UAT/billing/csi-bm-invoice-java-service/kustomization.yaml
index 5d47a9f..32f54d7 100644
--- a/DEV/billing/csi-bm-invoice-java-service/kustomization.yaml
+++ b/UAT/billing/csi-bm-invoice-java-service/kustomization.yaml
@@ -11,16 +11,16 @@ patchesStrategicMerge:
- hpa.yaml
#- patch-pod.yaml
-#replicas:
-# - name: csi-bm-invoice-java-service
-# count: 0
+replicas:
+ - name: csi-bm-invoice-java-service
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-bm-invoice-java-service
newName: registry.cloudsolutions.com.sa/vida-qa/csi-bm-invoice-java-service
newTag: 4.0225.1.D28_dev #4.0225.1.D27_dev #4.0225.1.D26-b2_dev
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/billing/csi-bm-invoice-java-service/patch-pod.yaml b/UAT/billing/csi-bm-invoice-java-service/patch-pod.yaml
similarity index 100%
rename from DEV/billing/csi-bm-invoice-java-service/patch-pod.yaml
rename to UAT/billing/csi-bm-invoice-java-service/patch-pod.yaml
diff --git a/DEV/billing/csi-bm-invoice-java-service/post-sync.yaml b/UAT/billing/csi-bm-invoice-java-service/post-sync.yaml
similarity index 100%
rename from DEV/billing/csi-bm-invoice-java-service/post-sync.yaml
rename to UAT/billing/csi-bm-invoice-java-service/post-sync.yaml
diff --git a/DEV/billing/csi-bm-invoice-ui/hpa.yaml b/UAT/billing/csi-bm-invoice-ui/hpa.yaml
similarity index 100%
rename from DEV/billing/csi-bm-invoice-ui/hpa.yaml
rename to UAT/billing/csi-bm-invoice-ui/hpa.yaml
diff --git a/DEV/billing/csi-bm-invoice-ui/kustomization.yaml b/UAT/billing/csi-bm-invoice-ui/kustomization.yaml
similarity index 97%
rename from DEV/billing/csi-bm-invoice-ui/kustomization.yaml
rename to UAT/billing/csi-bm-invoice-ui/kustomization.yaml
index c2ce0ad..065fcb8 100644
--- a/DEV/billing/csi-bm-invoice-ui/kustomization.yaml
+++ b/UAT/billing/csi-bm-invoice-ui/kustomization.yaml
@@ -11,14 +11,14 @@ resources:
replicas:
- name: csi-bm-invoice-ui
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/bm-invoice-ui
newName: registry.cloudsolutions.com.sa/vida-qa/bm-invoice-ui
newTag: 4.2503.1_D5_dev #4.2503.1_D4_dev #4.2503.1_D2_dev #4.2503.1_D1_dev #4.3.239.0_qa #4.2502.1_D3_dev #4.3.232.0_qa #4.3.213.0_qa # 4.2411.1_D24-B1 #4.3.205.0_qa #4.2411.1_D17_dev #4.2411.1_D13_dev
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/billing/csi-bm-invoice-ui/patch-pod.yaml b/UAT/billing/csi-bm-invoice-ui/patch-pod.yaml
similarity index 100%
rename from DEV/billing/csi-bm-invoice-ui/patch-pod.yaml
rename to UAT/billing/csi-bm-invoice-ui/patch-pod.yaml
diff --git a/DEV/billing/csi-bm-promotion-java-service/hpa.yaml b/UAT/billing/csi-bm-promotion-java-service/hpa.yaml
similarity index 100%
rename from DEV/billing/csi-bm-promotion-java-service/hpa.yaml
rename to UAT/billing/csi-bm-promotion-java-service/hpa.yaml
diff --git a/DEV/billing/csi-bm-promotion-java-service/kustomization.yaml b/UAT/billing/csi-bm-promotion-java-service/kustomization.yaml
similarity index 97%
rename from DEV/billing/csi-bm-promotion-java-service/kustomization.yaml
rename to UAT/billing/csi-bm-promotion-java-service/kustomization.yaml
index 56c96e9..c4c5e18 100644
--- a/DEV/billing/csi-bm-promotion-java-service/kustomization.yaml
+++ b/UAT/billing/csi-bm-promotion-java-service/kustomization.yaml
@@ -11,14 +11,14 @@ resources:
replicas:
- name: csi-bm-promotion-java-service
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-bm-promotion-java-service
newName: registry.cloudsolutions.com.sa/vida-qa/csi-bm-promotion-java-service
newTag: 4.3.3.11_dev3_dev #4.6.2.0_prod #4.6.1.0_prod #4.6.0.36 #4.6.0.35 #4.6.0.24 #4.6.0.23 #4.6.0.22
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/billing/csi-bm-promotion-java-service/patch-pod.yaml b/UAT/billing/csi-bm-promotion-java-service/patch-pod.yaml
similarity index 100%
rename from DEV/billing/csi-bm-promotion-java-service/patch-pod.yaml
rename to UAT/billing/csi-bm-promotion-java-service/patch-pod.yaml
diff --git a/DEV/billing/csi-bm-promotion-java-service/post-sync.yaml b/UAT/billing/csi-bm-promotion-java-service/post-sync.yaml
similarity index 100%
rename from DEV/billing/csi-bm-promotion-java-service/post-sync.yaml
rename to UAT/billing/csi-bm-promotion-java-service/post-sync.yaml
diff --git a/DEV/bloodbank/bb-bloodbankgui/kustomization.yaml b/UAT/bloodbank/bb-bloodbankgui/kustomization.yaml
similarity index 98%
rename from DEV/bloodbank/bb-bloodbankgui/kustomization.yaml
rename to UAT/bloodbank/bb-bloodbankgui/kustomization.yaml
index 8c435c2..2b2f639 100644
--- a/DEV/bloodbank/bb-bloodbankgui/kustomization.yaml
+++ b/UAT/bloodbank/bb-bloodbankgui/kustomization.yaml
@@ -13,14 +13,14 @@ resources:
replicas:
- name: csi-bloodbank-ui
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/bloodbank-ui
newName: registry.cloudsolutions.com.sa/vida-qa/bb-bloodbankgui
newTag: 4.2.58.0-a200_dev #4.2.58.0-a198_dev #4.2.58.0-a197_dev #4.2.58.0-a195_dev #4.2.58.0-a194_dev #4.2.58.0-a193_dev #4.2.58.0-a192_dev #4.2.58.0-a191_dev #4.2.58.0-a188_dev #4.2.58.0-a187_dev #4.2.58.0-a185_dev #4.2.58.0-a184_dev #4.2.58.0-a176_dev #4.2.69.0-b127_qa #4.2.58.0-a170_dev #4.2.58.0-a169_dev #4.2.58.0-a168_dev #4.2.58.0-a166_dev #4.2.58.0-a159_dev #4.2.58.0-a152_dev #4.2.58.0-a151_dev #4.2.58.0-a147_dev #4.2.58.0-a146_dev #4.2.58.0-a145_dev #4.2.58.0-a144_dev #4.2.58.0-a143_dev #4.2.58.0-a140_dev #4.2.58.0-a136_dev #4.2.58.0-a129_dev #4.2.58.0-a128_dev #4.2.58.0-a127_dev #4.2.58.0-a125_dev #4.2.58.0-a121_dev #4.2.58.0-a119_dev #4.2.58.0-a110_dev #4.2.58.0-a108_dev #4.2.58.0-a103_dev #4.2.58.0-a98_dev #4.2.58.0-a97_dev #4.2.69.0-b42_qa #4.2.58.0-a79_dev #4.2.58.0-a78 #4.2.58.0-a77 #4.2.58.0-a76 #4.2.58.0-a69 #4.2.58.0-a68 #4.2.58.0-a61 #4.2.58.0-a59 #4.2.58.0-a32 #4.2.58.0-a29-a2 #4.2.58.0-a27-a1 #4.2.58.0-a29 #4.2.58.0-a28 #4.2.58.0-a23 #4.2.58.0-a22 #4.2.58.0-a21 #4.2.58.0-a20 #4.2.58.0-a18 #4.2.58.0-a16 #4.2.58.0-a15 #4.2.58.0-a14.2 #4.2.58.0-a10.1 #4.2.58.0-a9.1 #4.2.58.0-a10 #4.2.58.0-a8 #4.2.58.0-a7 #4.2.58.0-a5 #4.2.57.0-a1 #4.1.225.0-HF_prod #4.2405_5_prod #4.2405_1_prod #4.2.46.0_prod #4.2.45.2
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/bloodbank/bb-bloodbankgui/patch-hpa.yaml b/UAT/bloodbank/bb-bloodbankgui/patch-hpa.yaml
similarity index 100%
rename from DEV/bloodbank/bb-bloodbankgui/patch-hpa.yaml
rename to UAT/bloodbank/bb-bloodbankgui/patch-hpa.yaml
diff --git a/DEV/bloodbank/bb-donation_srv/hpa.yaml b/UAT/bloodbank/bb-donation_srv/hpa.yaml
similarity index 100%
rename from DEV/bloodbank/bb-donation_srv/hpa.yaml
rename to UAT/bloodbank/bb-donation_srv/hpa.yaml
diff --git a/DEV/bloodbank/bb-donation_srv/kustomization.yaml b/UAT/bloodbank/bb-donation_srv/kustomization.yaml
similarity index 98%
rename from DEV/bloodbank/bb-donation_srv/kustomization.yaml
rename to UAT/bloodbank/bb-donation_srv/kustomization.yaml
index 2c384b8..5b91f92 100644
--- a/DEV/bloodbank/bb-donation_srv/kustomization.yaml
+++ b/UAT/bloodbank/bb-donation_srv/kustomization.yaml
@@ -11,16 +11,16 @@ resources:
patchesStrategicMerge:
- hpa.yaml
-#replicas:
-# - name: csi-net-bloodbnk
-# count: 0
+replicas:
+ - name: csi-net-bloodbnk
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/bb-donation-srv
newName: registry.cloudsolutions.com.sa/vida-qa/bb-donation_srv
newTag: 4.2.150.0-a99_dev #4.2.150.0-a95_dev #4.2.150.0-a93_dev #4.2.150.0-b91_qa #4.2.150.0-a85_dev #4.2.150.0-a84_dev #4.2.150.0-b79_qa #4.2.150.0-a80_dev #4.2.150.0-a79_dev #4.2.150.0-a78_dev #4.2.150.0-a76_dev #4.2.150.0-a75_dev #4.2.150.0-a74_dev
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/bloodbank/bb-donation_srv/post-sync.yaml b/UAT/bloodbank/bb-donation_srv/post-sync.yaml
similarity index 100%
rename from DEV/bloodbank/bb-donation_srv/post-sync.yaml
rename to UAT/bloodbank/bb-donation_srv/post-sync.yaml
diff --git a/DEV/bloodbank/csi-blood-transfusion-java/hpa.yaml b/UAT/bloodbank/csi-blood-transfusion-java/hpa.yaml
similarity index 100%
rename from DEV/bloodbank/csi-blood-transfusion-java/hpa.yaml
rename to UAT/bloodbank/csi-blood-transfusion-java/hpa.yaml
diff --git a/DEV/bloodbank/csi-blood-transfusion-java/kustomization.yaml b/UAT/bloodbank/csi-blood-transfusion-java/kustomization.yaml
similarity index 88%
rename from DEV/bloodbank/csi-blood-transfusion-java/kustomization.yaml
rename to UAT/bloodbank/csi-blood-transfusion-java/kustomization.yaml
index 0271012..2df2c1d 100644
--- a/DEV/bloodbank/csi-blood-transfusion-java/kustomization.yaml
+++ b/UAT/bloodbank/csi-blood-transfusion-java/kustomization.yaml
@@ -8,13 +8,15 @@ resources:
patchesStrategicMerge:
- hpa.yaml
-
+replicas:
+ - name: csi-blood-transfusion-java
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-blood-transfusion-java
newName: registry.cloudsolutions.com.sa/vida-qa/csi-blood-transfusion-java
newTag: 4.0.21.0_prod #4.0.8.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/bloodbank/csi-blood-transfusion-java/post-sync.yaml b/UAT/bloodbank/csi-blood-transfusion-java/post-sync.yaml
similarity index 100%
rename from DEV/bloodbank/csi-blood-transfusion-java/post-sync.yaml
rename to UAT/bloodbank/csi-blood-transfusion-java/post-sync.yaml
diff --git a/DEV/bloodbank/csi-java-bb-service/hpa.yaml b/UAT/bloodbank/csi-java-bb-service/hpa.yaml
similarity index 100%
rename from DEV/bloodbank/csi-java-bb-service/hpa.yaml
rename to UAT/bloodbank/csi-java-bb-service/hpa.yaml
diff --git a/DEV/bloodbank/csi-java-bb-service/kustomization.yaml b/UAT/bloodbank/csi-java-bb-service/kustomization.yaml
similarity index 94%
rename from DEV/bloodbank/csi-java-bb-service/kustomization.yaml
rename to UAT/bloodbank/csi-java-bb-service/kustomization.yaml
index 1f3df45..8dd79b1 100644
--- a/DEV/bloodbank/csi-java-bb-service/kustomization.yaml
+++ b/UAT/bloodbank/csi-java-bb-service/kustomization.yaml
@@ -9,13 +9,16 @@ resources:
patchesStrategicMerge:
- hpa.yaml
+replicas:
+ - name: csi-java-bb-service
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-java-bb-service
newName: registry.cloudsolutions.com.sa/vida-qa/csi-java-bb-service
newTag: 4.1.83.0 #4.1.83.0 #4.1.78.2_prod #4.1.79.0 #4.1.30.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/bloodbank/csi-java-bb-service/post-sync.yaml b/UAT/bloodbank/csi-java-bb-service/post-sync.yaml
similarity index 100%
rename from DEV/bloodbank/csi-java-bb-service/post-sync.yaml
rename to UAT/bloodbank/csi-java-bb-service/post-sync.yaml
diff --git a/DEV/bloodbank/csi-net-bb-mgt-srv/kustomization.yaml b/UAT/bloodbank/csi-net-bb-mgt-srv/kustomization.yaml
similarity index 96%
rename from DEV/bloodbank/csi-net-bb-mgt-srv/kustomization.yaml
rename to UAT/bloodbank/csi-net-bb-mgt-srv/kustomization.yaml
index bae63fb..db4ccbe 100644
--- a/DEV/bloodbank/csi-net-bb-mgt-srv/kustomization.yaml
+++ b/UAT/bloodbank/csi-net-bb-mgt-srv/kustomization.yaml
@@ -9,16 +9,16 @@ bases:
patchesStrategicMerge:
- patch-hpa.yaml
-#replicas:
-# - name: csi-net-bloodbnk-mgt
-# count: 0
+replicas:
+ - name: csi-net-bloodbnk-mgt
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-net-bb-mgt-srv
newName: registry.cloudsolutions.com.sa/vida-qa/csi-net-bb-mgt-srv
newTag: 4.0.79.0-a127_dev #4.0.79.0-a126_dev #4.0.79.0-a125_dev #4.0.79.0-a124_dev #4.0.79.0-a123_dev #4.0.79.0-a120_dev #4.0.79.0-a120-5 #4.0.79.0-a120-2 #4.0.79.0-a118_dev #4.0.79.0-a117 #4.0.79.0-a116_dev #4.0.79.0-a113_dev #4.0.79.0-b168_qa #4.0.79.0-a104_dev #4.0.79.0-a103 #4.0.81.14_prod_hf #4.0.79.0-a102_dev #4.0.79.0-a96_dev #4.0.79.0-a95_dev #4.0.79.0-a94_dev #4.0.79.0-a89_dev #4.0.79.0-a86_dev #4.0.79.0-a85_dev #4.0.79.0-a83_dev #4.0.79.0-a82_dev #4.0.79.0-a81_dev #4.0.79.0-a79_dev #4.0.79.0-a78_dev #4.0.79.0-a77_dev #4.0.79.0-a76_dev #4.0.79.0-a75_dev #4.0.79.0-a74_dev #4.0.79.0-a63_dev #4.0.79.0-a60_dev #4.0.79.0-a51_dev #4.0.79.0-a50_dev #4.0.79.0-a47_dev #4.0.79.0-a46_dev #4.0.79.0-a45_dev #4.0.79.0-a43_dev #4.0.79.0-a42 #4.0.79.0-a40_dev #4.0.79.0-a37 #4.0.79.0-a36_dev #4.0.79.0-a32 #4.0.79.0-a31 #4.0.79.0-a28 #4.0.79.0-a27 #4.0.79.0-a24 #4.0.79.0-a23 #4.0.79.0-a90 #4.0.79.0-a21 #4.0.79.0-a18 #4.0.79.0-a12 #4.0.79.0-a12 #4.0.79.0-a8 #4.0.79.0-a4 #4.0.77.0-a8 #4.0.77.0-a6 #4.0.76.0-a46 #4.0.76.0-a42 #4.0.76.0-a39 #4.0.76.0-a33 #4.0.76.0-a28 #4.0.76.0-a24 #4.0.76.0-a18 #4.0.76.0-a17 #4.0.76.0-a8 #4.0.76.0-a5 #4.0.76.0-b2 #4.0.76.0-a1 #4.0.75.0-a3 #4.0.73.0-a16 #4.0.75.0-a2 #4.0.74.0-a2 #4.0.74.0-a1 #4.0.73.0-b9-a1.a1 #4.0.73.0-b9-a1.a1 #4.0.73.0-b9-a1 #4.0.73.0-b8-a1-a #4.0.73.0-b7-a1 #4.0.73.0-b5-a37 #4.0.73.0-b5-a35 #4.0.73.0-b5-a33 #4.0.73.0-b5-a31 #4.0.73.0-b5-a30 #4.0.73.0-b5-a22 #4.0.73.0-b5-a18.1 #4.0.73.0-b5-a17 #4.0.73.0-b5-a16 #4.0.73.0-b5-a1 #4.2405_1_prod #4.0.48.26_prod #4.0.66.0_qa #4.0.48.23_prod #4.0.33.7
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/bloodbank/csi-net-bb-mgt-srv/patch-hpa.yaml b/UAT/bloodbank/csi-net-bb-mgt-srv/patch-hpa.yaml
similarity index 100%
rename from DEV/bloodbank/csi-net-bb-mgt-srv/patch-hpa.yaml
rename to UAT/bloodbank/csi-net-bb-mgt-srv/patch-hpa.yaml
diff --git a/DEV/bloodbank/csi-net-bb-mgt-srv/post-sync.yaml b/UAT/bloodbank/csi-net-bb-mgt-srv/post-sync.yaml
similarity index 100%
rename from DEV/bloodbank/csi-net-bb-mgt-srv/post-sync.yaml
rename to UAT/bloodbank/csi-net-bb-mgt-srv/post-sync.yaml
diff --git a/DEV/cssd/csi-cssd-java-sev/hpa.yaml b/UAT/cssd/csi-cssd-java-sev/hpa.yaml
similarity index 72%
rename from DEV/cssd/csi-cssd-java-sev/hpa.yaml
rename to UAT/cssd/csi-cssd-java-sev/hpa.yaml
index 9be625a..bf745e1 100644
--- a/DEV/cssd/csi-cssd-java-sev/hpa.yaml
+++ b/UAT/cssd/csi-cssd-java-sev/hpa.yaml
@@ -2,7 +2,7 @@ apiVersion: keda.sh/v1alpha1
kind: ScaledObject
metadata:
name: csi-cssd-java-sev
- namespace: csi-dev
+ namespace: csi-uat
spec:
minReplicaCount: 2
- maxReplicaCount: 3
\ No newline at end of file
+ maxReplicaCount: 3
diff --git a/DEV/cssd/csi-cssd-java-sev/kustomization.yaml b/UAT/cssd/csi-cssd-java-sev/kustomization.yaml
similarity index 98%
rename from DEV/cssd/csi-cssd-java-sev/kustomization.yaml
rename to UAT/cssd/csi-cssd-java-sev/kustomization.yaml
index 2408d30..030db86 100644
--- a/DEV/cssd/csi-cssd-java-sev/kustomization.yaml
+++ b/UAT/cssd/csi-cssd-java-sev/kustomization.yaml
@@ -18,7 +18,7 @@ images:
newName: registry.cloudsolutions.com.sa/qa/csi-cssd-java-sev
newTag: V4.0.0724-703_qa
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/cssd/csi-cssd-node-sev/hpa.yaml b/UAT/cssd/csi-cssd-node-sev/hpa.yaml
similarity index 100%
rename from DEV/cssd/csi-cssd-node-sev/hpa.yaml
rename to UAT/cssd/csi-cssd-node-sev/hpa.yaml
diff --git a/DEV/cssd/csi-cssd-node-sev/kustomization.yaml b/UAT/cssd/csi-cssd-node-sev/kustomization.yaml
similarity index 84%
rename from DEV/cssd/csi-cssd-node-sev/kustomization.yaml
rename to UAT/cssd/csi-cssd-node-sev/kustomization.yaml
index d0cdb65..57c6136 100644
--- a/DEV/cssd/csi-cssd-node-sev/kustomization.yaml
+++ b/UAT/cssd/csi-cssd-node-sev/kustomization.yaml
@@ -6,14 +6,14 @@ bases:
patchesStrategicMerge:
- hpa.yaml
-# replicas:
-# - name: csi-cssd-node-sev
-# count: 1
+replicas:
+ - name: csi-cssd-node-sev
+ count: 1
images:
- name: registry.cloudsolutions.com.sa/dev/csi-cssd-node-sev
newName: registry.cloudsolutions.com.sa/qa/csi-cssd-node-sev
newTag: V4.0.0724-148_qa #V4.0.0724-90_dev #V4.0.0724-76_qa #V4.0.0724-76_qa #V4.0.0724-81_dev
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/cssd/csi-cssd-ui/hpa.yaml b/UAT/cssd/csi-cssd-ui/hpa.yaml
similarity index 100%
rename from DEV/cssd/csi-cssd-ui/hpa.yaml
rename to UAT/cssd/csi-cssd-ui/hpa.yaml
diff --git a/DEV/cssd/csi-cssd-ui/kustomization.yaml b/UAT/cssd/csi-cssd-ui/kustomization.yaml
similarity index 95%
rename from DEV/cssd/csi-cssd-ui/kustomization.yaml
rename to UAT/cssd/csi-cssd-ui/kustomization.yaml
index 5ac6c62..099d56d 100644
--- a/DEV/cssd/csi-cssd-ui/kustomization.yaml
+++ b/UAT/cssd/csi-cssd-ui/kustomization.yaml
@@ -17,4 +17,4 @@ images:
newTag: V4.0.0724-70_qa
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/dms/csi-document-management-service/kustomization.yaml b/UAT/dms/csi-document-management-service/kustomization.yaml
similarity index 96%
rename from DEV/dms/csi-document-management-service/kustomization.yaml
rename to UAT/dms/csi-document-management-service/kustomization.yaml
index 076cd89..930a0ac 100644
--- a/DEV/dms/csi-document-management-service/kustomization.yaml
+++ b/UAT/dms/csi-document-management-service/kustomization.yaml
@@ -11,16 +11,16 @@ resources:
replicas:
- name: csi-document-management-service
- count: 2
+ count: 1
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
+namespace: csi-uat
-patchesJSON6902:
+patchesJson6902:
- target:
group: batch
version: v1
diff --git a/DEV/dms/csi-document-management-service/patch-hpa.yaml b/UAT/dms/csi-document-management-service/patch-hpa.yaml
similarity index 100%
rename from DEV/dms/csi-document-management-service/patch-hpa.yaml
rename to UAT/dms/csi-document-management-service/patch-hpa.yaml
diff --git a/DEV/dms/dms-ui/hpa.yaml b/UAT/dms/dms-ui/hpa.yaml
similarity index 100%
rename from DEV/dms/dms-ui/hpa.yaml
rename to UAT/dms/dms-ui/hpa.yaml
diff --git a/DEV/dms/dms-ui/kustomization.yaml b/UAT/dms/dms-ui/kustomization.yaml
similarity index 92%
rename from DEV/dms/dms-ui/kustomization.yaml
rename to UAT/dms/dms-ui/kustomization.yaml
index 12b3744..4c550a1 100644
--- a/DEV/dms/dms-ui/kustomization.yaml
+++ b/UAT/dms/dms-ui/kustomization.yaml
@@ -8,11 +8,11 @@ bases:
replicas:
- name: csi-dms-ui
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/dms-ui
newName: registry.cloudsolutions.com.sa/vida-qa/dms-ui
newTag: 4.1.7.22_1 #4.1.7.20_2 #4.1.8.0_5 #4.1.7.14 #4.1.7.13 #4.1.7.10
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/dms/document-management-engine/kustomization.yaml b/UAT/dms/document-management-engine/kustomization.yaml
similarity index 80%
rename from DEV/dms/document-management-engine/kustomization.yaml
rename to UAT/dms/document-management-engine/kustomization.yaml
index 9e3abdf..ee1e9ea 100644
--- a/DEV/dms/document-management-engine/kustomization.yaml
+++ b/UAT/dms/document-management-engine/kustomization.yaml
@@ -6,13 +6,13 @@ bases:
patchesStrategicMerge:
- patch-hpa.yaml
-# replicas:
-# - name: document-storage-engine-service
-# count: 2
+replicas:
+ - name: document-storage-engine-service
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/document-management-engine
newName: registry.cloudsolutions.com.sa/vida-qa/document-management-engine
newTag: 1.5.9
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/dms/document-management-engine/patch-hpa.yaml b/UAT/dms/document-management-engine/patch-hpa.yaml
similarity index 100%
rename from DEV/dms/document-management-engine/patch-hpa.yaml
rename to UAT/dms/document-management-engine/patch-hpa.yaml
diff --git a/DEV/dms/document-management-middleware/kustomization.yaml b/UAT/dms/document-management-middleware/kustomization.yaml
similarity index 81%
rename from DEV/dms/document-management-middleware/kustomization.yaml
rename to UAT/dms/document-management-middleware/kustomization.yaml
index 292738e..078fcf5 100644
--- a/DEV/dms/document-management-middleware/kustomization.yaml
+++ b/UAT/dms/document-management-middleware/kustomization.yaml
@@ -6,13 +6,13 @@ bases:
patchesStrategicMerge:
- patch-hpa.yaml
-# replicas:
-# - name: document-management-middleware
-# count: 1
+replicas:
+ - name: document-management-middleware
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/document-management-middleware
newName: registry.cloudsolutions.com.sa/vida-qa/document-management-middleware
newTag: 4.1.2.16 #4.1.2.10 #4.1.2.9 #4.1.1.19-hf01
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/dms/document-management-middleware/patch-hpa.yaml b/UAT/dms/document-management-middleware/patch-hpa.yaml
similarity index 100%
rename from DEV/dms/document-management-middleware/patch-hpa.yaml
rename to UAT/dms/document-management-middleware/patch-hpa.yaml
diff --git a/DEV/econsent/e-consent-srv/hpa.yaml b/UAT/econsent/e-consent-srv/hpa.yaml
similarity index 100%
rename from DEV/econsent/e-consent-srv/hpa.yaml
rename to UAT/econsent/e-consent-srv/hpa.yaml
diff --git a/DEV/econsent/e-consent-srv/kustomization.yaml b/UAT/econsent/e-consent-srv/kustomization.yaml
similarity index 91%
rename from DEV/econsent/e-consent-srv/kustomization.yaml
rename to UAT/econsent/e-consent-srv/kustomization.yaml
index 369a349..b6f44ab 100644
--- a/DEV/econsent/e-consent-srv/kustomization.yaml
+++ b/UAT/econsent/e-consent-srv/kustomization.yaml
@@ -6,16 +6,16 @@ bases:
patchesStrategicMerge:
- hpa.yaml
-# replicas:
-# - name: cs-net-econsent
-# count: 2
+replicas:
+ - name: cs-net-econsent
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/e-consent
newName: registry.cloudsolutions.com.sa/vida-qa/e-consent-srv
newTag: '3.8' #4.3.0.1 #4.2.0.2 #v2.5
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/econsent/e-consent-srv/patch-pod.yaml b/UAT/econsent/e-consent-srv/patch-pod.yaml
similarity index 100%
rename from DEV/econsent/e-consent-srv/patch-pod.yaml
rename to UAT/econsent/e-consent-srv/patch-pod.yaml
diff --git a/DEV/econsent/e-consent-ui/hpa.yaml b/UAT/econsent/e-consent-ui/hpa.yaml
similarity index 100%
rename from DEV/econsent/e-consent-ui/hpa.yaml
rename to UAT/econsent/e-consent-ui/hpa.yaml
diff --git a/DEV/econsent/e-consent-ui/kustomization.yaml b/UAT/econsent/e-consent-ui/kustomization.yaml
similarity index 97%
rename from DEV/econsent/e-consent-ui/kustomization.yaml
rename to UAT/econsent/e-consent-ui/kustomization.yaml
index 58774d4..b551efa 100644
--- a/DEV/econsent/e-consent-ui/kustomization.yaml
+++ b/UAT/econsent/e-consent-ui/kustomization.yaml
@@ -15,7 +15,7 @@ images:
newName: registry.cloudsolutions.com.sa/vida-qa/e-consent-ui
newTag: '3.2' #ECN.V2.0.4-test-4
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/econsent/e-consent-ui/patch-pod.yaml b/UAT/econsent/e-consent-ui/patch-pod.yaml
similarity index 100%
rename from DEV/econsent/e-consent-ui/patch-pod.yaml
rename to UAT/econsent/e-consent-ui/patch-pod.yaml
diff --git a/DEV/econsent/e-consent-v2/kustomization.yaml b/UAT/econsent/e-consent-v2/kustomization.yaml
similarity index 96%
rename from DEV/econsent/e-consent-v2/kustomization.yaml
rename to UAT/econsent/e-consent-v2/kustomization.yaml
index aa8f1ae..e392e39 100644
--- a/DEV/econsent/e-consent-v2/kustomization.yaml
+++ b/UAT/econsent/e-consent-v2/kustomization.yaml
@@ -15,4 +15,4 @@ images:
newName: registry.cloudsolutions.com.sa/vida-qa/e-consent-v2
newTag: 1.0.37 #1.0.25 #1.0.24 #1.0.21 #1.0.18 #1.0.16 #1.0.14 #1.0.13 #1.0.12 #1.0.10 #1.0.9 #1.0.8
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/econsent/e-consent-v2/patch-pod.yaml b/UAT/econsent/e-consent-v2/patch-pod.yaml
similarity index 100%
rename from DEV/econsent/e-consent-v2/patch-pod.yaml
rename to UAT/econsent/e-consent-v2/patch-pod.yaml
diff --git a/DEV/ehr/csi-ehr-com-ip-dashboardwidget-dotnet-sev/hpa.yaml b/UAT/ehr/csi-ehr-com-ip-dashboardwidget-dotnet-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-com-ip-dashboardwidget-dotnet-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-com-ip-dashboardwidget-dotnet-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-com-ip-dashboardwidget-dotnet-sev/kustomization.yaml b/UAT/ehr/csi-ehr-com-ip-dashboardwidget-dotnet-sev/kustomization.yaml
similarity index 94%
rename from DEV/ehr/csi-ehr-com-ip-dashboardwidget-dotnet-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-com-ip-dashboardwidget-dotnet-sev/kustomization.yaml
index f5913f5..f795703 100644
--- a/DEV/ehr/csi-ehr-com-ip-dashboardwidget-dotnet-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-com-ip-dashboardwidget-dotnet-sev/kustomization.yaml
@@ -10,16 +10,16 @@ resources:
patchesStrategicMerge:
- hpa.yaml
-#replicas:
-# - name: csi-net-ehr-dboardpc
-# count: 2
+replicas:
+ - name: csi-net-ehr-dboardpc
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-com-ip-dashboardwidget-dotnet-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-com-ip-dashboardwidget-dotnet-sev
newTag: 4.0.2.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/ehr/csi-ehr-com-ip-dashboardwidget-dotnet-sev/post-sync.yaml b/UAT/ehr/csi-ehr-com-ip-dashboardwidget-dotnet-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-com-ip-dashboardwidget-dotnet-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-com-ip-dashboardwidget-dotnet-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-com-ip-discharge-dotnet-sev/hpa.yaml b/UAT/ehr/csi-ehr-com-ip-discharge-dotnet-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-com-ip-discharge-dotnet-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-com-ip-discharge-dotnet-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-com-ip-discharge-dotnet-sev/kustomization.yaml b/UAT/ehr/csi-ehr-com-ip-discharge-dotnet-sev/kustomization.yaml
similarity index 87%
rename from DEV/ehr/csi-ehr-com-ip-discharge-dotnet-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-com-ip-discharge-dotnet-sev/kustomization.yaml
index 2a1e8e7..6cfa32e 100644
--- a/DEV/ehr/csi-ehr-com-ip-discharge-dotnet-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-com-ip-discharge-dotnet-sev/kustomization.yaml
@@ -8,14 +8,16 @@ resources:
patchesStrategicMerge:
- hpa.yaml
-
+replicas:
+ - name: csi-ehr-com-ip-discharge-dotnet-sev
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-com-ip-discharge-dotnet-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-com-ip-discharge-dotnet-sev
newTag: 4.0.10.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/ehr/csi-ehr-com-ip-discharge-dotnet-sev/post-sync.yaml b/UAT/ehr/csi-ehr-com-ip-discharge-dotnet-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-com-ip-discharge-dotnet-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-com-ip-discharge-dotnet-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-com-opd-master-dotnet-sev/hpa.yaml b/UAT/ehr/csi-ehr-com-opd-master-dotnet-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-com-opd-master-dotnet-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-com-opd-master-dotnet-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-com-opd-master-dotnet-sev/kustomization.yaml b/UAT/ehr/csi-ehr-com-opd-master-dotnet-sev/kustomization.yaml
similarity index 94%
rename from DEV/ehr/csi-ehr-com-opd-master-dotnet-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-com-opd-master-dotnet-sev/kustomization.yaml
index c348ccc..d9102a3 100644
--- a/DEV/ehr/csi-ehr-com-opd-master-dotnet-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-com-opd-master-dotnet-sev/kustomization.yaml
@@ -10,16 +10,16 @@ resources:
patchesStrategicMerge:
- hpa.yaml
-# replicas:
-# - name: csi-net-ehr-opd-master
-# count: 2
+replicas:
+ - name: csi-net-ehr-opd-master
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-com-opd-master-dotnet-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-com-opd-master-dotnet-sev
newTag: 4.1.4.8-b1 #4.1.4.8 #4.1.4.6 #4.1.4.4 #4.1.4.1
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/ehr/csi-ehr-com-opd-master-dotnet-sev/post-sync.yaml b/UAT/ehr/csi-ehr-com-opd-master-dotnet-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-com-opd-master-dotnet-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-com-opd-master-dotnet-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-com-opd-patient-dotnet-sev/hpa.yaml b/UAT/ehr/csi-ehr-com-opd-patient-dotnet-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-com-opd-patient-dotnet-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-com-opd-patient-dotnet-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-com-opd-patient-dotnet-sev/kustomization.yaml b/UAT/ehr/csi-ehr-com-opd-patient-dotnet-sev/kustomization.yaml
similarity index 94%
rename from DEV/ehr/csi-ehr-com-opd-patient-dotnet-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-com-opd-patient-dotnet-sev/kustomization.yaml
index e9abe3c..b0ce438 100644
--- a/DEV/ehr/csi-ehr-com-opd-patient-dotnet-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-com-opd-patient-dotnet-sev/kustomization.yaml
@@ -10,16 +10,16 @@ resources:
patchesStrategicMerge:
- hpa.yaml
-# replicas:
-# - name: csi-net-ehr-opd-patient
-# count: 2
+replicas:
+ - name: csi-net-ehr-opd-patient
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-com-opd-patient-dotnet-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-com-opd-patient-dotnet-sev
newTag: 4.0.5.40_prod #4.0.5.36_a4 #4.0.5.33_prod #4.0.5.21 #4.0.5.17 #4.0.5.12 #4.0.5.8 #4.0.5.6
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/ehr/csi-ehr-com-opd-patient-dotnet-sev/post-sync.yaml b/UAT/ehr/csi-ehr-com-opd-patient-dotnet-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-com-opd-patient-dotnet-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-com-opd-patient-dotnet-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-common-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-common-java-sev/kustomization.yaml
similarity index 96%
rename from DEV/ehr/csi-ehr-common-java-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-common-java-sev/kustomization.yaml
index 5b1da46..5ac9616 100644
--- a/DEV/ehr/csi-ehr-common-java-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-common-java-sev/kustomization.yaml
@@ -10,12 +10,14 @@ resources:
patchesStrategicMerge:
- patch-hpa.yaml
#- patch-pod.yaml
-
+replicas:
+ - name: csi-ehr-common-java-sev
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-common-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-common-java-sev
newTag: 4.2409.147-b2_dev #4.2409.138_dev #4.2409.129_dev #4.2409.128_dev #4.2409.127_dev #4.2412_09_IR5_qa #4.2412_09_IR3_dev #4.2409.115_dev #4.2409.111_dev #4.2409.110_dev #4.2409.107_dev #4.2409.106_dev #4.2409.103_dev #4.2409.102_dev #4.2409.101_dev #4.2409.98_dev #4.2409.94_dev #4.2409.92_dev #4.2409.91_dev #4.2409.86_dev_dev #4.2409.83_dev #4.2409.81_dev #4.2409.80_dev #4.2409.77_dev #4.2409.76_dev #4.2409.75_dev #4.2409.72_dev #4.2409.71_dev #4.2409.69_dev #4.2409.67_dev #4.2409.65_dev #4.2409.64_dev #4.2409.62_dev #4.2409.58_dev #4.2409.57_dev
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: apps
diff --git a/DEV/ehr/csi-ehr-common-java-sev/patch-hpa.yaml b/UAT/ehr/csi-ehr-common-java-sev/patch-hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-common-java-sev/patch-hpa.yaml
rename to UAT/ehr/csi-ehr-common-java-sev/patch-hpa.yaml
diff --git a/DEV/ehr/csi-ehr-common-java-sev/patch-pod.yaml b/UAT/ehr/csi-ehr-common-java-sev/patch-pod.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-common-java-sev/patch-pod.yaml
rename to UAT/ehr/csi-ehr-common-java-sev/patch-pod.yaml
diff --git a/DEV/ehr/csi-ehr-common-java-sev/post-sync.yaml b/UAT/ehr/csi-ehr-common-java-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-common-java-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-common-java-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-common-scheduler-java-sev/hpa.yaml b/UAT/ehr/csi-ehr-common-scheduler-java-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-common-scheduler-java-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-common-scheduler-java-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-common-scheduler-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-common-scheduler-java-sev/kustomization.yaml
similarity index 99%
rename from DEV/ehr/csi-ehr-common-scheduler-java-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-common-scheduler-java-sev/kustomization.yaml
index b07ca49..9bf66cf 100644
--- a/DEV/ehr/csi-ehr-common-scheduler-java-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-common-scheduler-java-sev/kustomization.yaml
@@ -19,7 +19,7 @@ images:
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-common-scheduler-java-sev
newTag: 4.2410_1_IR1_qa #4.2410_1_IR1_qa #4.4.2.0-b2 #4.4.2.0_prod #4.4.0.0 #4.2.0.0 #4.1.21.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: apps
diff --git a/DEV/ehr/csi-ehr-common-scheduler-java-sev/patch-pod.yaml b/UAT/ehr/csi-ehr-common-scheduler-java-sev/patch-pod.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-common-scheduler-java-sev/patch-pod.yaml
rename to UAT/ehr/csi-ehr-common-scheduler-java-sev/patch-pod.yaml
diff --git a/DEV/ehr/csi-ehr-common-scheduler-java-sev/post-sync.yaml b/UAT/ehr/csi-ehr-common-scheduler-java-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-common-scheduler-java-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-common-scheduler-java-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-config-java-sev/hpa.yaml b/UAT/ehr/csi-ehr-config-java-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-config-java-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-config-java-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-config-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-config-java-sev/kustomization.yaml
similarity index 94%
rename from DEV/ehr/csi-ehr-config-java-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-config-java-sev/kustomization.yaml
index fadb17c..938d6b3 100644
--- a/DEV/ehr/csi-ehr-config-java-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-config-java-sev/kustomization.yaml
@@ -9,13 +9,15 @@ resources:
patchesStrategicMerge:
- hpa.yaml
#- patch-pod.yaml
-
+replicas:
+ - name: csi-ehr-config-java-sev
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-config-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-config-java-sev
newTag: 4.1.21.11_qa #4.1.21.8_dev #4.1.21.4_dev_dev #4.1.21.3_qa #4.1.21.2_dev_b1 #4.1.22.1_qa #4.1.21.0_dev #4.0.192.0 #4.4.0.1_prod #4.3.0.1 #4.3.0.0 #4.2.0.0 #4.1.10.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/ehr/csi-ehr-config-java-sev/patch-pod.yaml b/UAT/ehr/csi-ehr-config-java-sev/patch-pod.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-config-java-sev/patch-pod.yaml
rename to UAT/ehr/csi-ehr-config-java-sev/patch-pod.yaml
diff --git a/DEV/ehr/csi-ehr-config-java-sev/post-sync.yaml b/UAT/ehr/csi-ehr-config-java-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-config-java-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-config-java-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-ic-bundle-java-sev/hpa.yaml b/UAT/ehr/csi-ehr-ic-bundle-java-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-ic-bundle-java-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-ic-bundle-java-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-ic-bundle-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-ic-bundle-java-sev/kustomization.yaml
similarity index 94%
rename from DEV/ehr/csi-ehr-ic-bundle-java-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-ic-bundle-java-sev/kustomization.yaml
index 1e3b661..58f8479 100644
--- a/DEV/ehr/csi-ehr-ic-bundle-java-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-ic-bundle-java-sev/kustomization.yaml
@@ -11,16 +11,16 @@ patchesStrategicMerge:
- hpa.yaml
#- patch-pod.yaml
-# replicas:
-# - name: csi-ehr-ic-bundle
-# count: 2
+replicas:
+ - name: csi-ehr-ic-bundle
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-ic-bundle-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-ic-bundle-java-sev
newTag: 4.0.154.2_IR_qa #4.0.154.2_dev #4.0.154.0_dev #4.0.153.0_dev #4.0.152.13_qa #4.0.152.12-b1 #4.0.152.9_qa #4.1.10.2_prod #4.1.9.0_prod #4.1.6.1_prod #4.1.6.1 #4.1.5.0 #4.1.1.0 #4.1.0.0 #4.0.95.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/ehr/csi-ehr-ic-bundle-java-sev/patch-pod.yaml b/UAT/ehr/csi-ehr-ic-bundle-java-sev/patch-pod.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-ic-bundle-java-sev/patch-pod.yaml
rename to UAT/ehr/csi-ehr-ic-bundle-java-sev/patch-pod.yaml
diff --git a/DEV/ehr/csi-ehr-ic-bundle-java-sev/post-sync.yaml b/UAT/ehr/csi-ehr-ic-bundle-java-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-ic-bundle-java-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-ic-bundle-java-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-ic-dashboard-java-sev/hpa.yaml b/UAT/ehr/csi-ehr-ic-dashboard-java-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-ic-dashboard-java-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-ic-dashboard-java-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-ic-dashboard-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-ic-dashboard-java-sev/kustomization.yaml
similarity index 94%
rename from DEV/ehr/csi-ehr-ic-dashboard-java-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-ic-dashboard-java-sev/kustomization.yaml
index b1af045..1d6eebf 100644
--- a/DEV/ehr/csi-ehr-ic-dashboard-java-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-ic-dashboard-java-sev/kustomization.yaml
@@ -12,16 +12,16 @@ patchesStrategicMerge:
- hpa.yaml
#- patch-pod.yaml
-# replicas:
-# - name: csi-ehr-ic-dashboard
-# count: 2
+replicas:
+ - name: csi-ehr-ic-dashboard
+ count: 2
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-ic-dashboard-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-ic-dashboard-java-sev
newTag: 4.0.135.4_dev #4.0.135.3_IR_qa #4.0.135.1_dev #4.0.135.0_dev #4.2.4.2_prod #4.2.3.1_prod #4.2.2.4_prod #4.1.0.1 #4.0.91.5 #4.0.91.4 #4.1.0.1 #4.1.0.0 #4.0.75.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/ehr/csi-ehr-ic-dashboard-java-sev/patch-pod.yaml b/UAT/ehr/csi-ehr-ic-dashboard-java-sev/patch-pod.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-ic-dashboard-java-sev/patch-pod.yaml
rename to UAT/ehr/csi-ehr-ic-dashboard-java-sev/patch-pod.yaml
diff --git a/DEV/ehr/csi-ehr-ic-dashboard-java-sev/post-sync.yaml b/UAT/ehr/csi-ehr-ic-dashboard-java-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-ic-dashboard-java-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-ic-dashboard-java-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-ic-ui/hpa.yaml b/UAT/ehr/csi-ehr-ic-ui/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-ic-ui/hpa.yaml
rename to UAT/ehr/csi-ehr-ic-ui/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-ic-ui/kustomization.yaml b/UAT/ehr/csi-ehr-ic-ui/kustomization.yaml
similarity index 97%
rename from DEV/ehr/csi-ehr-ic-ui/kustomization.yaml
rename to UAT/ehr/csi-ehr-ic-ui/kustomization.yaml
index 9fc0560..d56f51d 100644
--- a/DEV/ehr/csi-ehr-ic-ui/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-ic-ui/kustomization.yaml
@@ -11,14 +11,14 @@ resources:
replicas:
- name: csi-ehr-ic-ui
- count: 2
+ 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.5_IR_qa #4.1.29.0_prod #4.1.20.9_prod #4.1.15.0 #4.1.14.0 #4.1.7.0 #4.1.6.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/ehr/csi-ehr-initialassessment-java-sev/hpa.yaml b/UAT/ehr/csi-ehr-initialassessment-java-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-initialassessment-java-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-initialassessment-java-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-initialassessment-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-initialassessment-java-sev/kustomization.yaml
similarity index 94%
rename from DEV/ehr/csi-ehr-initialassessment-java-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-initialassessment-java-sev/kustomization.yaml
index 521dd94..8047df3 100644
--- a/DEV/ehr/csi-ehr-initialassessment-java-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-initialassessment-java-sev/kustomization.yaml
@@ -11,16 +11,16 @@ patchesStrategicMerge:
- hpa.yaml
#- patch-pod.yaml
-# replicas:
-# - name: csi-ehr-initialassessment
-# count: 2
+replicas:
+ - name: csi-ehr-initialassessment
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-initialassessment-java-sev
newName: registry.cloudsolutions.com.sa/qa/csi-ehr-initialassessment-java-sev
newTag: V4.0.0924-676_qa #V4.0.0924-384_qa #4.4.0.7_prod #4.3.0.0 #4.2.0.0 #4.1.5.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/ehr/csi-ehr-initialassessment-java-sev/patch-pod.yaml b/UAT/ehr/csi-ehr-initialassessment-java-sev/patch-pod.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-initialassessment-java-sev/patch-pod.yaml
rename to UAT/ehr/csi-ehr-initialassessment-java-sev/patch-pod.yaml
diff --git a/DEV/ehr/csi-ehr-initialassessment-java-sev/post-sync.yaml b/UAT/ehr/csi-ehr-initialassessment-java-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-initialassessment-java-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-initialassessment-java-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-ip-java-sev/hpa.yaml b/UAT/ehr/csi-ehr-ip-java-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-ip-java-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-ip-java-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-ip-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-ip-java-sev/kustomization.yaml
similarity index 95%
rename from DEV/ehr/csi-ehr-ip-java-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-ip-java-sev/kustomization.yaml
index 2b94b9f..a1cd4cd 100644
--- a/DEV/ehr/csi-ehr-ip-java-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-ip-java-sev/kustomization.yaml
@@ -10,13 +10,15 @@ resources:
patchesStrategicMerge:
- hpa.yaml
#- patch-pod.yaml
-
+replicas:
+ - name: csi-ehr-ip-java-sev
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-ip-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-ip-java-sev #registry.cloudsolutions.com.sa/vida-qa/csi-ehr-ip-java-sev
newTag: 4.2503_05_1_dev #4.2501_10_IR2_qa #0.0.0.0.1 #4.1.426.27_dev #4.2412_16_IR1_QA #4.2412_10_IR1_qa #4.1.426.19_dev_dev #4.1.426.16_dev12_dev #4.1.426.17_dev #4.1.426.16_dev9 #4.2410_15_IR5_qa #4.1.426.16_dev7 #4.2410_3_IR1_qa #4.1.426.10_dev #4.1.426.9-dev4 #4.1.426.8-dev4
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/ehr/csi-ehr-ip-java-sev/patch-pod.yaml b/UAT/ehr/csi-ehr-ip-java-sev/patch-pod.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-ip-java-sev/patch-pod.yaml
rename to UAT/ehr/csi-ehr-ip-java-sev/patch-pod.yaml
diff --git a/DEV/ehr/csi-ehr-ip-java-sev/post-sync.yaml b/UAT/ehr/csi-ehr-ip-java-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-ip-java-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-ip-java-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-ldr-java-sev/hpa.yaml b/UAT/ehr/csi-ehr-ldr-java-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-ldr-java-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-ldr-java-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-ldr-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-ldr-java-sev/kustomization.yaml
similarity index 95%
rename from DEV/ehr/csi-ehr-ldr-java-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-ldr-java-sev/kustomization.yaml
index 7cce935..154f275 100644
--- a/DEV/ehr/csi-ehr-ldr-java-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-ldr-java-sev/kustomization.yaml
@@ -11,16 +11,16 @@ patchesStrategicMerge:
- hpa.yaml
#- patch-pod.yaml
-# replicas:
-# - name: csi-ehr-ldr
-# count: 2
+replicas:
+ - name: csi-ehr-ldr
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-ldr-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-ldr-java-sev
newTag: 4.0.205.1_IR1_qa #4.0.201.0_dev #4.0.199.0_dev #4.0.198.0_dev #4.0.197.0_dev #4.0.196.0_dev #4.0.195.0_IR_qa #4.0.195.0_dev #4.1.9.2_prod #4.1.9.0_prod #4.1.6.7_prod #4.1.6.4_prod #4.1.6.0 #4.1.2.0 #4.1.1.0 #4.1.0.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/ehr/csi-ehr-ldr-java-sev/patch-pod.yaml b/UAT/ehr/csi-ehr-ldr-java-sev/patch-pod.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-ldr-java-sev/patch-pod.yaml
rename to UAT/ehr/csi-ehr-ldr-java-sev/patch-pod.yaml
diff --git a/DEV/ehr/csi-ehr-ldr-java-sev/post-sync.yaml b/UAT/ehr/csi-ehr-ldr-java-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-ldr-java-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-ldr-java-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-listener-java-sev/hpa.yaml b/UAT/ehr/csi-ehr-listener-java-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-listener-java-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-listener-java-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-listener-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-listener-java-sev/kustomization.yaml
similarity index 94%
rename from DEV/ehr/csi-ehr-listener-java-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-listener-java-sev/kustomization.yaml
index 5d23e3e..9a7d65b 100644
--- a/DEV/ehr/csi-ehr-listener-java-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-listener-java-sev/kustomization.yaml
@@ -11,16 +11,16 @@ patchesStrategicMerge:
- hpa.yaml
#- patch-pod.yaml
-# replicas:
-# - name: csi-ehr-listener
-# count: 2
+replicas:
+ - name: csi-ehr-listener
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-listener-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-listener-java-sev
newTag: 4.1.39.0_qa #4.4.0.0 #4.2.0.0 #4.1.19.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/ehr/csi-ehr-listener-java-sev/patch-pod.yaml b/UAT/ehr/csi-ehr-listener-java-sev/patch-pod.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-listener-java-sev/patch-pod.yaml
rename to UAT/ehr/csi-ehr-listener-java-sev/patch-pod.yaml
diff --git a/DEV/ehr/csi-ehr-listener-java-sev/post-sync.yaml b/UAT/ehr/csi-ehr-listener-java-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-listener-java-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-listener-java-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-opd-java-sev/hpa.yaml b/UAT/ehr/csi-ehr-opd-java-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-opd-java-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-opd-java-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-opd-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-opd-java-sev/kustomization.yaml
similarity index 94%
rename from DEV/ehr/csi-ehr-opd-java-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-opd-java-sev/kustomization.yaml
index fb42f91..b00bd65 100644
--- a/DEV/ehr/csi-ehr-opd-java-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-opd-java-sev/kustomization.yaml
@@ -11,14 +11,17 @@ patchesStrategicMerge:
- hpa.yaml
#- patch-pod.yaml
+replicas:
+ - name: csi-ehr-opd-java-sev
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-opd-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-opd-java-sev
newTag: 4.2502_13_IR2_qa #4.1.111.28_dev #4.1.111.25 #4.2407_1_IR2_dev #4.4.0.38_prod #4.4.0.33_prod #4.4.0.32_prod #4.4.0.31_prod #4.4.0.30_prod #4.4.0.29_prod #4.4.0.21_prod #4.4.0.20_prod #4.4.0.19 #4.4.0.16
-namespace: csi-dev
+namespace: csi-uat
-patchesJSON6902:
+patchesJson6902:
- target:
group: batch
version: v1
diff --git a/DEV/ehr/csi-ehr-opd-java-sev/patch-pod.yaml b/UAT/ehr/csi-ehr-opd-java-sev/patch-pod.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-opd-java-sev/patch-pod.yaml
rename to UAT/ehr/csi-ehr-opd-java-sev/patch-pod.yaml
diff --git a/DEV/ehr/csi-ehr-opd-java-sev/post-sync.yaml b/UAT/ehr/csi-ehr-opd-java-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-opd-java-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-opd-java-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-opd-patient-pomr-java-sev/hpa.yaml b/UAT/ehr/csi-ehr-opd-patient-pomr-java-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-opd-patient-pomr-java-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-opd-patient-pomr-java-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-opd-patient-pomr-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-opd-patient-pomr-java-sev/kustomization.yaml
similarity index 93%
rename from DEV/ehr/csi-ehr-opd-patient-pomr-java-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-opd-patient-pomr-java-sev/kustomization.yaml
index 0a05be4..7eb8300 100644
--- a/DEV/ehr/csi-ehr-opd-patient-pomr-java-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-opd-patient-pomr-java-sev/kustomization.yaml
@@ -11,12 +11,15 @@ patchesStrategicMerge:
- hpa.yaml
#- patch-pod.yaml
+replicas:
+ - name: csi-ehr-opd-patient-pomr-java-sev
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-opd-patient-pomr-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-opd-patient-pomr-java-sev
newTag: 4.2501_24_IR1_qa #4.2409_11_dev_dev #4.2409_10_dev_dev
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/ehr/csi-ehr-opd-patient-pomr-java-sev/patch-pod.yaml b/UAT/ehr/csi-ehr-opd-patient-pomr-java-sev/patch-pod.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-opd-patient-pomr-java-sev/patch-pod.yaml
rename to UAT/ehr/csi-ehr-opd-patient-pomr-java-sev/patch-pod.yaml
diff --git a/DEV/ehr/csi-ehr-opd-patient-pomr-java-sev/post-sync.yaml b/UAT/ehr/csi-ehr-opd-patient-pomr-java-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-opd-patient-pomr-java-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-opd-patient-pomr-java-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-opd-ui/hpa.yaml b/UAT/ehr/csi-ehr-opd-ui/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-opd-ui/hpa.yaml
rename to UAT/ehr/csi-ehr-opd-ui/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-opd-ui/kustomization.yaml b/UAT/ehr/csi-ehr-opd-ui/kustomization.yaml
similarity index 98%
rename from DEV/ehr/csi-ehr-opd-ui/kustomization.yaml
rename to UAT/ehr/csi-ehr-opd-ui/kustomization.yaml
index b12f7f3..9781e63 100644
--- a/DEV/ehr/csi-ehr-opd-ui/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-opd-ui/kustomization.yaml
@@ -11,14 +11,14 @@ resources:
replicas:
- name: csi-ehr-opd-ui
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/ehr-opd-ui
newName: registry.cloudsolutions.com.sa/vida-qa/ehr-opd-ui
newTag: 4.0.4878.0 #4.0.4877.0 #4.0.4872.0 #4.0.4867.0 #4.0.4865.0 #4.0.4823.0 #4.0.4799.27 #4.0.4799.17 #4.0.4799.8 #c #4.0.4798.93 #4.0.4798.80 #4.0.4798.75 #4.0.4798.66 #4.0.4798.65 #4.0.4798.62 #4.0.4798.32 #4.0.4798.11 #4.0.4798.7 #4.0.4797.93 #4.0.4797.89 #4.0.4797.82 #4.0.4797.73 #4.0.4797.71 #4.0.4797.68
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/ehr/csi-ehr-or-anesthesia-java-sev/hpa.yaml b/UAT/ehr/csi-ehr-or-anesthesia-java-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-or-anesthesia-java-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-or-anesthesia-java-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-or-anesthesia-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-or-anesthesia-java-sev/kustomization.yaml
similarity index 94%
rename from DEV/ehr/csi-ehr-or-anesthesia-java-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-or-anesthesia-java-sev/kustomization.yaml
index 4a52dee..ecd61bb 100644
--- a/DEV/ehr/csi-ehr-or-anesthesia-java-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-or-anesthesia-java-sev/kustomization.yaml
@@ -11,16 +11,16 @@ patchesStrategicMerge:
- hpa.yaml
#- patch-pod.yaml
-# replicas:
-# - name: csi-ehr-or-anesthesia
-# count: 2
+replicas:
+ - name: csi-ehr-or-anesthesia
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-or-anesthesia-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-or-anesthesia-java-sev
newTag: 4.1.71.18_IR_qa #4.1.71.15_dev #4.1.71.14_dev #4.1.71.13_dev #4.2407_1_dev #4.2.1.1 #4.2.1.0 #4.1.54.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/ehr/csi-ehr-or-anesthesia-java-sev/patch-pod.yaml b/UAT/ehr/csi-ehr-or-anesthesia-java-sev/patch-pod.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-or-anesthesia-java-sev/patch-pod.yaml
rename to UAT/ehr/csi-ehr-or-anesthesia-java-sev/patch-pod.yaml
diff --git a/DEV/ehr/csi-ehr-or-anesthesia-java-sev/post-sync.yaml b/UAT/ehr/csi-ehr-or-anesthesia-java-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-or-anesthesia-java-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-or-anesthesia-java-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-or-book-java-sev/hpa.yaml b/UAT/ehr/csi-ehr-or-book-java-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-or-book-java-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-or-book-java-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-or-book-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-or-book-java-sev/kustomization.yaml
similarity index 94%
rename from DEV/ehr/csi-ehr-or-book-java-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-or-book-java-sev/kustomization.yaml
index 777038b..b5c532c 100644
--- a/DEV/ehr/csi-ehr-or-book-java-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-or-book-java-sev/kustomization.yaml
@@ -11,16 +11,16 @@ patchesStrategicMerge:
- hpa.yaml
#- patch-pod.yaml
-# replicas:
-# - name: csi-java-ehr-or-book
-# count: 2
+replicas:
+ - name: csi-java-ehr-or-book
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-or-book-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-or-book-java-sev
newTag: 4.2502_13_IR2_qa #4.0.311.1_dev #4.0.310.26_dev #4.0.310.20_dev #4.0.310.19_dev #4.0.310.15_IR_qa #4.1.1.58_prod #4.1.1.56_prod #4.1.1.42_prod #4.1.1.45_prod #4.1.1.7 #4.1.0.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/ehr/csi-ehr-or-book-java-sev/patch-pod.yaml b/UAT/ehr/csi-ehr-or-book-java-sev/patch-pod.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-or-book-java-sev/patch-pod.yaml
rename to UAT/ehr/csi-ehr-or-book-java-sev/patch-pod.yaml
diff --git a/DEV/ehr/csi-ehr-or-book-java-sev/post-sync.yaml b/UAT/ehr/csi-ehr-or-book-java-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-or-book-java-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-or-book-java-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-or-booking-java-sev/hpa.yaml b/UAT/ehr/csi-ehr-or-booking-java-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-or-booking-java-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-or-booking-java-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-or-booking-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-or-booking-java-sev/kustomization.yaml
similarity index 94%
rename from DEV/ehr/csi-ehr-or-booking-java-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-or-booking-java-sev/kustomization.yaml
index c082e20..68ef449 100644
--- a/DEV/ehr/csi-ehr-or-booking-java-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-or-booking-java-sev/kustomization.yaml
@@ -10,13 +10,16 @@ resources:
patchesStrategicMerge:
- hpa.yaml
#- patch-pod.yaml
+replicas:
+ - name: csi-ehr-or-booking-java-sev
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-or-booking-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-or-booking-java-sev
newTag: 4.0.336.0_IR-b1 #4.0.335.0_IR_qa #4.0.311.0_dev #4.0.310.34_dev #4.0.310.32_IR_qa #4.0.310.27_dev #4.0.310.26_dev #4.1.37.11_prod #4.1.35.0_prod #4.1.31.0_prod #4.1.25.0_prod #4.1.20.0 #4.1.18.0 #4.1.17.0 #4.1.3.0 #4.1.2.0 #4.1.0.0 #4.0.142.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/ehr/csi-ehr-or-booking-java-sev/patch-pod.yaml b/UAT/ehr/csi-ehr-or-booking-java-sev/patch-pod.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-or-booking-java-sev/patch-pod.yaml
rename to UAT/ehr/csi-ehr-or-booking-java-sev/patch-pod.yaml
diff --git a/DEV/ehr/csi-ehr-or-booking-java-sev/post-sync.yaml b/UAT/ehr/csi-ehr-or-booking-java-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-or-booking-java-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-or-booking-java-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-specialized-clinic-java-sev/hpa.yaml b/UAT/ehr/csi-ehr-specialized-clinic-java-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-specialized-clinic-java-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-specialized-clinic-java-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-specialized-clinic-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-specialized-clinic-java-sev/kustomization.yaml
similarity index 94%
rename from DEV/ehr/csi-ehr-specialized-clinic-java-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-specialized-clinic-java-sev/kustomization.yaml
index bafbbe4..2488928 100644
--- a/DEV/ehr/csi-ehr-specialized-clinic-java-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-specialized-clinic-java-sev/kustomization.yaml
@@ -11,16 +11,16 @@ patchesStrategicMerge:
- hpa.yaml
#- patch-pod.yaml
-# replicas:
-# - name: csi-ehr-specializedclinic
-# count: 2
+replicas:
+ - name: csi-ehr-specializedclinic
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-specialized-clinic-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-specialized-clinic-java-sev
newTag: 4.2502_05_IR1_qa #4.0.364.0_dev #4.0.363.0_dev #4.0.362.0_dev #4.1.3.17_prod #4.1.3.22_prod #4.1.3.3 #4.1.3.1 #4.1.0.0 #4.0.109.4
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/ehr/csi-ehr-specialized-clinic-java-sev/patch-pod.yaml b/UAT/ehr/csi-ehr-specialized-clinic-java-sev/patch-pod.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-specialized-clinic-java-sev/patch-pod.yaml
rename to UAT/ehr/csi-ehr-specialized-clinic-java-sev/patch-pod.yaml
diff --git a/DEV/ehr/csi-ehr-specialized-clinic-java-sev/post-sync.yaml b/UAT/ehr/csi-ehr-specialized-clinic-java-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-specialized-clinic-java-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-specialized-clinic-java-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-ehr-template-java-sev/hpa.yaml b/UAT/ehr/csi-ehr-template-java-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-template-java-sev/hpa.yaml
rename to UAT/ehr/csi-ehr-template-java-sev/hpa.yaml
diff --git a/DEV/ehr/csi-ehr-template-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-template-java-sev/kustomization.yaml
similarity index 95%
rename from DEV/ehr/csi-ehr-template-java-sev/kustomization.yaml
rename to UAT/ehr/csi-ehr-template-java-sev/kustomization.yaml
index b04f25e..f29402a 100644
--- a/DEV/ehr/csi-ehr-template-java-sev/kustomization.yaml
+++ b/UAT/ehr/csi-ehr-template-java-sev/kustomization.yaml
@@ -10,13 +10,16 @@ resources:
patchesStrategicMerge:
- hpa.yaml
#- patch-pod.yaml
+replicas:
+ - name: csi-ehr-template-java-sev
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-template-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-template-java-sev
newTag: 4.2501_29_IR1_qa #4.1.60.6_dev #4.1.59.0_dev #4.1.58.0_dev #4.1.57.0_dev #4.1.56.0_dev #4.1.55.0_dev #4.1.54.0_dev #4.1.53.0_dev #4.1.50.0_dev #4.1.49.0_dev #4.2407_13_IR5_dev_qa #4.1.47.0_prod #4.1.46.0_prod #4.2407_13_IR3_dev #4.2407_13_IR1_dev #4.4.13.0_hf2_prod #4.4.13.0_prod #4.4.7.0 #4.4.3.0 #4.4.2.0 #4.4.1.0 #4.3.0.1 #4.2.0.0 #4.1.14.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/ehr/csi-ehr-template-java-sev/patch-pod.yaml b/UAT/ehr/csi-ehr-template-java-sev/patch-pod.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-template-java-sev/patch-pod.yaml
rename to UAT/ehr/csi-ehr-template-java-sev/patch-pod.yaml
diff --git a/DEV/ehr/csi-ehr-template-java-sev/post-sync.yaml b/UAT/ehr/csi-ehr-template-java-sev/post-sync.yaml
similarity index 100%
rename from DEV/ehr/csi-ehr-template-java-sev/post-sync.yaml
rename to UAT/ehr/csi-ehr-template-java-sev/post-sync.yaml
diff --git a/DEV/ehr/csi-workflow-automation-service-java-sev/hpa.yaml b/UAT/ehr/csi-workflow-automation-service-java-sev/hpa.yaml
similarity index 100%
rename from DEV/ehr/csi-workflow-automation-service-java-sev/hpa.yaml
rename to UAT/ehr/csi-workflow-automation-service-java-sev/hpa.yaml
diff --git a/DEV/ehr/csi-workflow-automation-service-java-sev/kustomization.yaml b/UAT/ehr/csi-workflow-automation-service-java-sev/kustomization.yaml
similarity index 93%
rename from DEV/ehr/csi-workflow-automation-service-java-sev/kustomization.yaml
rename to UAT/ehr/csi-workflow-automation-service-java-sev/kustomization.yaml
index c431f1c..1491b96 100644
--- a/DEV/ehr/csi-workflow-automation-service-java-sev/kustomization.yaml
+++ b/UAT/ehr/csi-workflow-automation-service-java-sev/kustomization.yaml
@@ -10,16 +10,16 @@ patchesStrategicMerge:
- hpa.yaml
#- patch-pod.yaml
-# replicas:
-# - name: csi-workflow-automation
-# count: 2
+replicas:
+ - name: csi-workflow-automation
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-workflow-automation-service-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-workflow-automation-service-java-sev
newTag: 4.0.82.0 #4.2.0.0 #4.0.61.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/ehr/csi-workflow-automation-service-java-sev/patch-pod.yaml b/UAT/ehr/csi-workflow-automation-service-java-sev/patch-pod.yaml
similarity index 100%
rename from DEV/ehr/csi-workflow-automation-service-java-sev/patch-pod.yaml
rename to UAT/ehr/csi-workflow-automation-service-java-sev/patch-pod.yaml
diff --git a/DEV/ehr/ehrcommonjava/kustomization.yaml b/UAT/ehr/ehrcommonjava/kustomization.yaml
similarity index 96%
rename from DEV/ehr/ehrcommonjava/kustomization.yaml
rename to UAT/ehr/ehrcommonjava/kustomization.yaml
index eb40656..7725467 100644
--- a/DEV/ehr/ehrcommonjava/kustomization.yaml
+++ b/UAT/ehr/ehrcommonjava/kustomization.yaml
@@ -9,11 +9,14 @@ resources:
patchesStrategicMerge:
- patch-hpa.yaml
#- patch-pod.yaml
+replicas:
+ - name: csi-ehr-common-java-sev
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-common-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-common-java-sev
newTag: 4.2501_21_IR4_qa #4.2409.115_dev #4.2409.111_dev #4.2409.110_dev #4.2409.107_dev #4.2409.106_dev #4.2409.103_dev #4.2409.102_dev #4.2409.101_dev #4.2409.98_dev #4.2409.94_dev #4.2409.92_dev #4.2409.91_dev #4.2409.86_dev_dev #4.2409.83_dev #4.2409.81_dev #4.2409.80_dev #4.2409.77_dev #4.2409.76_dev #4.2409.75_dev #4.2409.72_dev #4.2409.71_dev #4.2409.69_dev #4.2409.67_dev #4.2409.65_dev #4.2409.64_dev #4.2409.62_dev #4.2409.58_dev #4.2409.57_dev
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: apps
diff --git a/DEV/empi/csi-empi-api/hpa.yaml b/UAT/empi/csi-empi-api/hpa.yaml
similarity index 100%
rename from DEV/empi/csi-empi-api/hpa.yaml
rename to UAT/empi/csi-empi-api/hpa.yaml
diff --git a/DEV/empi/csi-empi-api/kustomization.yaml b/UAT/empi/csi-empi-api/kustomization.yaml
similarity index 94%
rename from DEV/empi/csi-empi-api/kustomization.yaml
rename to UAT/empi/csi-empi-api/kustomization.yaml
index 0731e6e..edff109 100644
--- a/DEV/empi/csi-empi-api/kustomization.yaml
+++ b/UAT/empi/csi-empi-api/kustomization.yaml
@@ -6,11 +6,14 @@ bases:
patchesStrategicMerge:
- hpa.yaml
+replicas:
+ - name: csi-empi-api
+ count: 1
images:
- name: registry.cloudsolutions.com.sa/vida-qa/csi-empi-api
newTag: 4.2501.0.3_qa #4.2502.1.1_D8_dev #4.2502.1.1_D7_dev #4.2502.1.1_D6_dev #4.2502.1.1_D3_dev #4.2502.1.1_D2_dev #4.2501.1.1_D1_dev
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/empi/csi-empi-crs-integration/hpa.yaml b/UAT/empi/csi-empi-crs-integration/hpa.yaml
similarity index 100%
rename from DEV/empi/csi-empi-crs-integration/hpa.yaml
rename to UAT/empi/csi-empi-crs-integration/hpa.yaml
diff --git a/DEV/empi/csi-empi-crs-integration/kustomization.yaml b/UAT/empi/csi-empi-crs-integration/kustomization.yaml
similarity index 93%
rename from DEV/empi/csi-empi-crs-integration/kustomization.yaml
rename to UAT/empi/csi-empi-crs-integration/kustomization.yaml
index 494494d..98f112d 100644
--- a/DEV/empi/csi-empi-crs-integration/kustomization.yaml
+++ b/UAT/empi/csi-empi-crs-integration/kustomization.yaml
@@ -8,13 +8,13 @@ bases:
replicas:
- name: csi-net-empi-crs-inte
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-empi-crs-integration
newName: registry.cloudsolutions.com.sa/vida-qa/csi-empi-crs-integration
newTag: 4.2.3.0
-namespace: csi-dev
+namespace: csi-uat
namePrefix: old-
diff --git a/DEV/empi/csi-empi-hijridate-service/hpa.yaml b/UAT/empi/csi-empi-hijridate-service/hpa.yaml
similarity index 100%
rename from DEV/empi/csi-empi-hijridate-service/hpa.yaml
rename to UAT/empi/csi-empi-hijridate-service/hpa.yaml
diff --git a/DEV/empi/csi-empi-hijridate-service/kustomization.yaml b/UAT/empi/csi-empi-hijridate-service/kustomization.yaml
similarity index 95%
rename from DEV/empi/csi-empi-hijridate-service/kustomization.yaml
rename to UAT/empi/csi-empi-hijridate-service/kustomization.yaml
index 7f2b781..fd52c14 100644
--- a/DEV/empi/csi-empi-hijridate-service/kustomization.yaml
+++ b/UAT/empi/csi-empi-hijridate-service/kustomization.yaml
@@ -15,6 +15,6 @@ images:
newName: registry.cloudsolutions.com.sa/vida-qa/csi-empi-hijridate-service
newTag: 4.1.3.0 #4.1.0.0
-namespace: csi-dev
+namespace: csi-uat
namePrefix: old-
diff --git a/DEV/empi/csi-empi-patient-registration-srv/kustomization.yaml b/UAT/empi/csi-empi-patient-registration-srv/kustomization.yaml
similarity index 94%
rename from DEV/empi/csi-empi-patient-registration-srv/kustomization.yaml
rename to UAT/empi/csi-empi-patient-registration-srv/kustomization.yaml
index 3da6f67..3ed5702 100644
--- a/DEV/empi/csi-empi-patient-registration-srv/kustomization.yaml
+++ b/UAT/empi/csi-empi-patient-registration-srv/kustomization.yaml
@@ -6,16 +6,16 @@ bases:
patchesStrategicMerge:
- patch-hpa.yaml
-# replicas:
-# - name: csi-net-empiwrit
-# count: 5
+replicas:
+ - name: csi-net-empiwrit
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-empi-patient-registration-srv
newName: registry.cloudsolutions.com.sa/vida-qa/csi-empi-patient-registration-srv
newTag: 4.2.64.0-b39_qa #4.2.37.34_prod #4.2.36.15_prod #4.2.37.34_prod #4.2.37.29_prod #4.2.37.22-a7 #4.2.37.22-a5 #4.2.37.22-a4 #4.2.37.22-a3 #4.2.37.22-a2 #4.2.37.22-a1 #4.2.37.21 #4.2.37.20 #4.2.37.19 #4.2.37.18 #4.2.37.17 #4.2.37.16-a1 #4.2.37.16 #4.2.37.14-a1 #4.2.37.14 #4.2.37.13-a3 #4.2.37.13-a2 #4.2.37.13-a1 #4.2.37.7 #4.2.37.6 #4.2.37.4 #4.2.37.3 #4.2.37.2 #4.2.37.1 #4.2.25.0-hf7 #4.2.25.0-hf6 #4.2.25.0-hf5 #4.2.25.0-hf4 #4.2.25.0-hf3 #4.2.25.0 #4.2.13.1 #4.2.13.0-hf6
-namespace: csi-dev
+namespace: csi-uat
namePrefix: old-
diff --git a/DEV/empi/csi-empi-patient-registration-srv/patch-hpa.yaml b/UAT/empi/csi-empi-patient-registration-srv/patch-hpa.yaml
similarity index 100%
rename from DEV/empi/csi-empi-patient-registration-srv/patch-hpa.yaml
rename to UAT/empi/csi-empi-patient-registration-srv/patch-hpa.yaml
diff --git a/DEV/empi/csi-empi-patient-service-read/hpa.yml b/UAT/empi/csi-empi-patient-service-read/hpa.yml
similarity index 100%
rename from DEV/empi/csi-empi-patient-service-read/hpa.yml
rename to UAT/empi/csi-empi-patient-service-read/hpa.yml
diff --git a/DEV/empi/csi-empi-patient-service-read/kustomization.yaml b/UAT/empi/csi-empi-patient-service-read/kustomization.yaml
similarity index 88%
rename from DEV/empi/csi-empi-patient-service-read/kustomization.yaml
rename to UAT/empi/csi-empi-patient-service-read/kustomization.yaml
index 4192089..3ee7cf4 100644
--- a/DEV/empi/csi-empi-patient-service-read/kustomization.yaml
+++ b/UAT/empi/csi-empi-patient-service-read/kustomization.yaml
@@ -6,15 +6,15 @@ bases:
patchesStrategicMerge:
- hpa.yml
-# # replicas:
-# # - name: csi-net-empiread
-# # count: 5
+replicas:
+ - name: csi-net-empiread
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-empi-patient-service-read
newName: registry.cloudsolutions.com.sa/vida-qa/csi-empi-patient-service-read
newTag: 4.2.36.15_prod #4.2.36.28_prod #4.2.36.14 #4.2.36.13-a1 #4.2.36.12 #4.2.36.10-a1 #4.2.36.10 #4.2.36.9 #4.2.36.8-a3 #4.2.36.8-a2 #4.2.36.8-a1 #4.2.36.8 #4.2.43.0 #4.2.36.5 #4.2.36.4 #4.2.36.3 #4.2.36.2 #4.2.36.1 #4.2.21.1 #4.2.4.1 #4.2.4.0-hf3
-namespace: csi-dev
+namespace: csi-uat
namePrefix: old-
diff --git a/DEV/empi/csi-empi-webui/hpa.yaml b/UAT/empi/csi-empi-webui/hpa.yaml
similarity index 100%
rename from DEV/empi/csi-empi-webui/hpa.yaml
rename to UAT/empi/csi-empi-webui/hpa.yaml
diff --git a/DEV/empi/csi-empi-webui/kustomization.yaml b/UAT/empi/csi-empi-webui/kustomization.yaml
similarity index 97%
rename from DEV/empi/csi-empi-webui/kustomization.yaml
rename to UAT/empi/csi-empi-webui/kustomization.yaml
index 9b5be9e..5a4706d 100644
--- a/DEV/empi/csi-empi-webui/kustomization.yaml
+++ b/UAT/empi/csi-empi-webui/kustomization.yaml
@@ -9,14 +9,14 @@ resources:
replicas:
- name: csi-empi-ui
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/empi-ui
newName: registry.cloudsolutions.com.sa/vida-qa/csi-empi-webui
newTag: 4.0.238.7-b8_qa #4.2411.0_D7 #4.2411.0_D6 #4.2411.0_D5 #4.0.235.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/empi/csi-empi-wrapper/hpa.yaml b/UAT/empi/csi-empi-wrapper/hpa.yaml
similarity index 100%
rename from DEV/empi/csi-empi-wrapper/hpa.yaml
rename to UAT/empi/csi-empi-wrapper/hpa.yaml
diff --git a/DEV/empi/csi-empi-wrapper/kustomization.yaml b/UAT/empi/csi-empi-wrapper/kustomization.yaml
similarity index 94%
rename from DEV/empi/csi-empi-wrapper/kustomization.yaml
rename to UAT/empi/csi-empi-wrapper/kustomization.yaml
index 497624e..0cd82c6 100644
--- a/DEV/empi/csi-empi-wrapper/kustomization.yaml
+++ b/UAT/empi/csi-empi-wrapper/kustomization.yaml
@@ -6,10 +6,14 @@ bases:
patchesStrategicMerge:
- hpa.yaml
+replicas:
+ - name: csi-empi-wrapper
+ count: 1
+
images:
- name: registry.cloudsolutions.com.sa/vida-qa/csi-empi-wrapper
newTag: V4.0.0125-622_qa #V4.0.0125-637_dev #V4.0.0125-636_dev #V4.0.0125-635_dev #V4.0.0125-620_dev #V4.0.0125-612_dev #V4.0.0125-606_qa #V4.0.1224-554_qa #V4.0.1124-349_prod #V4.0.1124-349_dev #4.2411.1.0 #dev_rel_130_35_dev #4.2410.2.0_qa
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/empi/empi-db-sync/base/Deployment.yaml b/UAT/empi/empi-db-sync/base/Deployment.yaml
similarity index 100%
rename from DEV/empi/empi-db-sync/base/Deployment.yaml
rename to UAT/empi/empi-db-sync/base/Deployment.yaml
diff --git a/DEV/empi/empi-db-sync/base/kustomization.yaml b/UAT/empi/empi-db-sync/base/kustomization.yaml
similarity index 100%
rename from DEV/empi/empi-db-sync/base/kustomization.yaml
rename to UAT/empi/empi-db-sync/base/kustomization.yaml
diff --git a/DEV/empi/empi-db-sync/base/service.yaml b/UAT/empi/empi-db-sync/base/service.yaml
similarity index 100%
rename from DEV/empi/empi-db-sync/base/service.yaml
rename to UAT/empi/empi-db-sync/base/service.yaml
diff --git a/DEV/empi/empi-db-sync/overlays/kustomization.yaml b/UAT/empi/empi-db-sync/overlays/kustomization.yaml
similarity index 89%
rename from DEV/empi/empi-db-sync/overlays/kustomization.yaml
rename to UAT/empi/empi-db-sync/overlays/kustomization.yaml
index deb98b9..c473dcd 100644
--- a/DEV/empi/empi-db-sync/overlays/kustomization.yaml
+++ b/UAT/empi/empi-db-sync/overlays/kustomization.yaml
@@ -5,11 +5,11 @@ bases:
replicas:
- name: csi-empi-db-sync
- count: 2
+ count: 1
images:
- name: registry.cloudsolutions.com.sa/vida-qa/empi-db-sync
newName: 172.15.100.214:5000/empi-db-sync
newTag: 4.1.1.43_7
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/empi/empi-services/csi-net-empi-hijridte-service.yaml b/UAT/empi/empi-services/csi-net-empi-hijridte-service.yaml
similarity index 100%
rename from DEV/empi/empi-services/csi-net-empi-hijridte-service.yaml
rename to UAT/empi/empi-services/csi-net-empi-hijridte-service.yaml
diff --git a/DEV/empi/empi-services/csi-net-empiread-service.yaml b/UAT/empi/empi-services/csi-net-empiread-service.yaml
similarity index 100%
rename from DEV/empi/empi-services/csi-net-empiread-service.yaml
rename to UAT/empi/empi-services/csi-net-empiread-service.yaml
diff --git a/DEV/empi/empi-services/csi-net-empiwrit-service.yaml b/UAT/empi/empi-services/csi-net-empiwrit-service.yaml
similarity index 100%
rename from DEV/empi/empi-services/csi-net-empiwrit-service.yaml
rename to UAT/empi/empi-services/csi-net-empiwrit-service.yaml
diff --git a/DEV/empi/empi-services/empi-crs-inte-service.yaml b/UAT/empi/empi-services/empi-crs-inte-service.yaml
similarity index 100%
rename from DEV/empi/empi-services/empi-crs-inte-service.yaml
rename to UAT/empi/empi-services/empi-crs-inte-service.yaml
diff --git a/DEV/empi/empi-services/kustomization.yaml b/UAT/empi/empi-services/kustomization.yaml
similarity index 91%
rename from DEV/empi/empi-services/kustomization.yaml
rename to UAT/empi/empi-services/kustomization.yaml
index cfa5e47..ed91af1 100644
--- a/DEV/empi/empi-services/kustomization.yaml
+++ b/UAT/empi/empi-services/kustomization.yaml
@@ -6,4 +6,4 @@ resources:
- csi-net-empiwrit-service.yaml
- empi-crs-inte-service.yaml
-namespace: csi-dev
\ No newline at end of file
+namespace: csi-uat
diff --git a/DEV/er/csi-ehr-er-functions-dotnet-sev/hpa.yaml b/UAT/er/csi-ehr-er-functions-dotnet-sev/hpa.yaml
similarity index 100%
rename from DEV/er/csi-ehr-er-functions-dotnet-sev/hpa.yaml
rename to UAT/er/csi-ehr-er-functions-dotnet-sev/hpa.yaml
diff --git a/DEV/er/csi-ehr-er-functions-dotnet-sev/kustomization.yaml b/UAT/er/csi-ehr-er-functions-dotnet-sev/kustomization.yaml
similarity index 96%
rename from DEV/er/csi-ehr-er-functions-dotnet-sev/kustomization.yaml
rename to UAT/er/csi-ehr-er-functions-dotnet-sev/kustomization.yaml
index 2cf5b5e..e01446a 100644
--- a/DEV/er/csi-ehr-er-functions-dotnet-sev/kustomization.yaml
+++ b/UAT/er/csi-ehr-er-functions-dotnet-sev/kustomization.yaml
@@ -13,16 +13,16 @@ resources:
patchesStrategicMerge:
- hpa.yaml
-# replicas:
-# - name: csi-net-erfuncti
-# count: 3
+replicas:
+ - name: csi-net-erfuncti
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-er-functions-dotnet-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-er-functions-dotnet-sev
newTag: 4.1.28.55-b1_qa #4.1.28.54-b39_qa #4.1.28.110_prod #4.1.28.43_HF_KAUH_7_prod_hf #4.1.28.54-a55_dev #4.1.28.54-a61_dev #4.1.28.54-a55_dev #4.1.28.54-a50_dev #4.1.28.54-a48_dev #4.1.28.54-a46_dev #4.1.28.54-a42_dev #4.1.28.54-a42 #4.1.28.54-a32 #4.1.28.54-a13 #4.1.28.54-a9 #4.1.28.58-hf1 #4.1.28.58_prod #4.1.28.57_prod #4.1.28.55_prod #4.1.28.47_prod #4.1.28.42_prod #4.1.28.38_prod #4.1.28.33_prod #4.1.28.28_prod #4.1.28.27_prod #4.1.28.20 #4.1.28.17 #4.1.28.16 #4.1.28.11
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/er/csi-ehr-er-functions-dotnet-sev/post-sync.yaml b/UAT/er/csi-ehr-er-functions-dotnet-sev/post-sync.yaml
similarity index 100%
rename from DEV/er/csi-ehr-er-functions-dotnet-sev/post-sync.yaml
rename to UAT/er/csi-ehr-er-functions-dotnet-sev/post-sync.yaml
diff --git a/DEV/er/csi-ehr-er-ui/hpa.yaml b/UAT/er/csi-ehr-er-ui/hpa.yaml
similarity index 100%
rename from DEV/er/csi-ehr-er-ui/hpa.yaml
rename to UAT/er/csi-ehr-er-ui/hpa.yaml
diff --git a/DEV/er/csi-ehr-er-ui/kustomization.yaml b/UAT/er/csi-ehr-er-ui/kustomization.yaml
similarity index 98%
rename from DEV/er/csi-ehr-er-ui/kustomization.yaml
rename to UAT/er/csi-ehr-er-ui/kustomization.yaml
index 4b1cfae..e52c5d6 100644
--- a/DEV/er/csi-ehr-er-ui/kustomization.yaml
+++ b/UAT/er/csi-ehr-er-ui/kustomization.yaml
@@ -11,14 +11,14 @@ resources:
replicas:
- name: csi-ehr-er-ui
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/ehr-er-ui
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-er-ui
newTag: 4.1.54.229-a30 #4.1.54.229-a31 #4.1.54.231-a #4.1.54.230-a #4.1.54.229-a29 #4.1.54.229-a28 #4.1.54.229-a26 #4.1.54.229-a23 #4.1.54.229-a22 #4.1.54.229-a20 #4.1.54.225-b222_qa #4.1.54.229-a9 #4.1.54.225-b161_qa #4.1.54.225-b156 #4.1.54.225-a42 #4.1.54.225-a37 #4.1.54.225-a34 #4.1.54.225-a33 #4.1.54.225-a31 #4.1.54.225-a30 #4.1.54.225-a29 #4.1.54.225-a24 #4.1.54.225-a19 #4.1.54.225-a15 #4.1.54.225-b94_qa #4.1.54.225-b78_qa #4.1.54.226-a17 #4.1.54.225-b72_qa #4.1.54.226-a8 #4.1.54.226-a6 #4.1.54.225-b52 #4.1.54.225-b44 #4.1.54.226-a2 #4.1.54.226-b1 #4.1.54.225-b29 #4.1.54.225-a9 #4.1.54.225-a8 #4.2405_2_HF_ASSER_prod_hf #4.2405_1_HF_ASSER_prod_hf #4.1.54.218_prod #4.1.54.217_prod #4.1.54.216_prod #4.1.54.208_prod #4.1.54.207_prod #4.1.54.206_prod #4.1.54.203_prod #4.1.54.188_prod #4.1.54.171_prod #4.1.54.163_prod #4.1.54.151_prod #4.1.54.150_prod #4.1.54.148_prod #4.1.54.145_prod #4.1.54.144_prod #4.1.54.142_prod #4.1.54.140_prod #4.1.54.139_prod #4.1.54.137_prod #4.1.54.136_prod #4.1.54.129_prod #4.1.54.128_prod #4.1.54.126_prod #4.1.54.123_prod #4.1.54.118_prod #4.1.54.111_prod #4.1.54.105_prod #4.1.54.100_prod #4.1.54.96_prod #4.1.54.94_prod #4.1.54.88_prod #4.1.54.76 #4.1.54.74 #4.1.54.71 #4.1.54.68 #4.1.54.66
-namespace: csi-dev
+namespace: csi-uat
patchesJSON6902:
- target:
diff --git a/DEV/hhc/hhc-service/hpa.yaml b/UAT/hhc/hhc-service/hpa.yaml
similarity index 100%
rename from DEV/hhc/hhc-service/hpa.yaml
rename to UAT/hhc/hhc-service/hpa.yaml
diff --git a/DEV/hhc/hhc-service/kustomization.yaml b/UAT/hhc/hhc-service/kustomization.yaml
similarity index 95%
rename from DEV/hhc/hhc-service/kustomization.yaml
rename to UAT/hhc/hhc-service/kustomization.yaml
index 8a970d0..d52dab1 100644
--- a/DEV/hhc/hhc-service/kustomization.yaml
+++ b/UAT/hhc/hhc-service/kustomization.yaml
@@ -13,4 +13,4 @@ images:
newName: registry.cloudsolutions.com.sa/vida-qa/hhc-service
newTag: '4.2410_4' #4.0.0.4-beta94-hf1 #4.0.0.4-beta94 #4.0.0.4-beta93 #5.0.0.7 #4.0.0.4-beta81
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/hhc/hhc-ui/kustomization.yaml b/UAT/hhc/hhc-ui/kustomization.yaml
similarity index 92%
rename from DEV/hhc/hhc-ui/kustomization.yaml
rename to UAT/hhc/hhc-ui/kustomization.yaml
index 420eae5..e1d39ee 100644
--- a/DEV/hhc/hhc-ui/kustomization.yaml
+++ b/UAT/hhc/hhc-ui/kustomization.yaml
@@ -5,11 +5,11 @@ bases:
replicas:
- name: csi-hhc-ui
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/hhc-ui
newName: registry.cloudsolutions.com.sa/vida-qa/hhc-ui
newTag: '4.2412_3' #0.0.8-alpha.252 #0.0.8-alpha.218-hf1 #0.0.8-alpha.219
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/him/csi-health-information-srv/hpa.yaml b/UAT/him/csi-health-information-srv/hpa.yaml
similarity index 100%
rename from DEV/him/csi-health-information-srv/hpa.yaml
rename to UAT/him/csi-health-information-srv/hpa.yaml
diff --git a/DEV/him/csi-health-information-srv/kustomization.yaml b/UAT/him/csi-health-information-srv/kustomization.yaml
similarity index 93%
rename from DEV/him/csi-health-information-srv/kustomization.yaml
rename to UAT/him/csi-health-information-srv/kustomization.yaml
index 18c511b..9f1b871 100644
--- a/DEV/him/csi-health-information-srv/kustomization.yaml
+++ b/UAT/him/csi-health-information-srv/kustomization.yaml
@@ -9,16 +9,16 @@ resources:
patchesStrategicMerge:
- hpa.yaml
-# replicas:
-# - name: csi-net-himservi
-# count: 2
+replicas:
+ - name: csi-net-himservi
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-health-information-srv
newName: registry.cloudsolutions.com.sa/vida-qa/csi-health-information-srv
newTag: 4.1.196.27_b10_qa #4.1.196.27-a2 #4.1.196.26-a1 #4.1.196.24-b1 #4.1.196.24_prod
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/him/csi-him-ui/kustomization.yaml b/UAT/him/csi-him-ui/kustomization.yaml
similarity index 97%
rename from DEV/him/csi-him-ui/kustomization.yaml
rename to UAT/him/csi-him-ui/kustomization.yaml
index 7eae0c4..fd352b3 100644
--- a/DEV/him/csi-him-ui/kustomization.yaml
+++ b/UAT/him/csi-him-ui/kustomization.yaml
@@ -11,14 +11,14 @@ resources:
replicas:
- name: csi-him-ui
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/him-ui
newName: registry.cloudsolutions.com.sa/vida-qa/csi-him-ui
newTag: 4.1.191.31-b28_qa #4.1.191.31-b27_qa #4.1.191.31-b2 #4.1.191.31_b1 #4.1.191.19_prod
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/him/him-ui/hpa.yaml b/UAT/him/him-ui/hpa.yaml
similarity index 100%
rename from DEV/him/him-ui/hpa.yaml
rename to UAT/him/him-ui/hpa.yaml
diff --git a/DEV/integration/csi-ie-dm/kustomization.yaml b/UAT/integration/csi-ie-dm/kustomization.yaml
similarity index 87%
rename from DEV/integration/csi-ie-dm/kustomization.yaml
rename to UAT/integration/csi-ie-dm/kustomization.yaml
index 85c5548..f6eca08 100644
--- a/DEV/integration/csi-ie-dm/kustomization.yaml
+++ b/UAT/integration/csi-ie-dm/kustomization.yaml
@@ -7,16 +7,16 @@ patchesStrategicMerge:
- patch-hpa.yaml
-# replicas:
-# - name: csi-ie-dm
-# count: 1
+replicas:
+ - name: csi-ie-dm
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ie-dm
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ie-dm
newTag: 4.0.0.15
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
version: v1
diff --git a/DEV/integration/csi-ie-dm/patch-hpa.yaml b/UAT/integration/csi-ie-dm/patch-hpa.yaml
similarity index 100%
rename from DEV/integration/csi-ie-dm/patch-hpa.yaml
rename to UAT/integration/csi-ie-dm/patch-hpa.yaml
diff --git a/DEV/integration/csi-ie-general/hpa.yaml b/UAT/integration/csi-ie-general/hpa.yaml
similarity index 100%
rename from DEV/integration/csi-ie-general/hpa.yaml
rename to UAT/integration/csi-ie-general/hpa.yaml
diff --git a/DEV/integration/csi-ie-general/kustomization.yaml b/UAT/integration/csi-ie-general/kustomization.yaml
similarity index 93%
rename from DEV/integration/csi-ie-general/kustomization.yaml
rename to UAT/integration/csi-ie-general/kustomization.yaml
index 11b1299..46b452a 100644
--- a/DEV/integration/csi-ie-general/kustomization.yaml
+++ b/UAT/integration/csi-ie-general/kustomization.yaml
@@ -8,13 +8,15 @@ resources:
patchesStrategicMerge:
- hpa.yaml
-
+replicas:
+ - name: csi-ie-general
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ie-general
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ie-general
newTag: 4.1.2.550_qa #4.1.2.402_qa #4.1.2.368 #4.1.2.363 #4.1.2.340
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/integration/csi-ie-generalii/hpa.yaml b/UAT/integration/csi-ie-generalii/hpa.yaml
similarity index 100%
rename from DEV/integration/csi-ie-generalii/hpa.yaml
rename to UAT/integration/csi-ie-generalii/hpa.yaml
diff --git a/DEV/integration/csi-ie-generalii/kustomization.yaml b/UAT/integration/csi-ie-generalii/kustomization.yaml
similarity index 84%
rename from DEV/integration/csi-ie-generalii/kustomization.yaml
rename to UAT/integration/csi-ie-generalii/kustomization.yaml
index 51b13ba..421960c 100644
--- a/DEV/integration/csi-ie-generalii/kustomization.yaml
+++ b/UAT/integration/csi-ie-generalii/kustomization.yaml
@@ -9,9 +9,13 @@ patchesStrategicMerge:
#replicas:
## count: 0
+replicas:
+ - name: csi-ie-generalii
+ count: 1
+
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ie-generalii
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ie-generalii
newTag: 4.1.53.27
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/integration/csi-ie-mobile/hpa.yaml b/UAT/integration/csi-ie-mobile/hpa.yaml
similarity index 100%
rename from DEV/integration/csi-ie-mobile/hpa.yaml
rename to UAT/integration/csi-ie-mobile/hpa.yaml
diff --git a/DEV/integration/csi-ie-mobile/kustomization.yaml b/UAT/integration/csi-ie-mobile/kustomization.yaml
similarity index 93%
rename from DEV/integration/csi-ie-mobile/kustomization.yaml
rename to UAT/integration/csi-ie-mobile/kustomization.yaml
index 8842a20..5069ffc 100644
--- a/DEV/integration/csi-ie-mobile/kustomization.yaml
+++ b/UAT/integration/csi-ie-mobile/kustomization.yaml
@@ -9,16 +9,16 @@ resources:
patchesStrategicMerge:
- hpa.yaml
-# replicas:
-# - name: csi-ie-mobile
-# count: 2
+replicas:
+ - name: csi-ie-mobile
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ie-mobile
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ie-mobile
newTag: 4.1.0.757-hf10_prod_hf #4.1.0.251 #4.1.0.277 #4.1.0.271 #4.1.0.251 #4.1.0.198_qa
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/integration/vida-data-gateway/hpa.yaml b/UAT/integration/vida-data-gateway/hpa.yaml
similarity index 100%
rename from DEV/integration/vida-data-gateway/hpa.yaml
rename to UAT/integration/vida-data-gateway/hpa.yaml
diff --git a/DEV/integration/vida-data-gateway/kustomization.yaml b/UAT/integration/vida-data-gateway/kustomization.yaml
similarity index 83%
rename from DEV/integration/vida-data-gateway/kustomization.yaml
rename to UAT/integration/vida-data-gateway/kustomization.yaml
index 39d78f5..fe307c2 100644
--- a/DEV/integration/vida-data-gateway/kustomization.yaml
+++ b/UAT/integration/vida-data-gateway/kustomization.yaml
@@ -5,10 +5,12 @@ bases:
patchesStrategicMerge:
- hpa.yaml
-
+replicas:
+ - name: vida-data-gateway
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/vida-data-gateway
newName: registry.cloudsolutions.com.sa/vida-qa/vida-data-gateway
newTag: 4.0.0.15_qa
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/lab/lab-labgui/hpa.yaml b/UAT/lab/lab-labgui/hpa.yaml
similarity index 100%
rename from DEV/lab/lab-labgui/hpa.yaml
rename to UAT/lab/lab-labgui/hpa.yaml
diff --git a/DEV/lab/lab-labgui/kustomization.yaml b/UAT/lab/lab-labgui/kustomization.yaml
similarity index 98%
rename from DEV/lab/lab-labgui/kustomization.yaml
rename to UAT/lab/lab-labgui/kustomization.yaml
index 778ce5c..520e2ba 100644
--- a/DEV/lab/lab-labgui/kustomization.yaml
+++ b/UAT/lab/lab-labgui/kustomization.yaml
@@ -8,14 +8,14 @@ resources:
replicas:
- name: csi-lab-labg-ui
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/lab-ui
newName: registry.cloudsolutions.com.sa/vida-qa/lab-labgui
newTag: 4.2.485.130-a13 #4.2.485.130-a9_dev #4.2.485.130-a5 #4.2.485.124-b36_qa #4.2.485.130-a1_dev #4.2.485.130-a #4.2.485.120-a1 #4.2.485.133-1 #4.2.485.115-a1 #4.2.485.114-a_dev #4.2.485.113-a3_dev #4.2.485.113-a2_dev #4.2.485.123-a6 #4.2.485.113-a_dev #4.2.485.123-a6 #4.2.485.123-a3 #4.2.485.123-a5 #4.2.485.123-a4 #4.2.485.123-a3 #4.2.485.112-a11_qa #4.2.485.112-a10_dev #4.2.485.112-a8_dev #4.2.485.112-a6 #4.2.485.110-a1_dev #4.2.485.109-a1_dev #4.2.485.108-a3_dev #4.2.485.108-a2_dev #4.2.485.107-a1_dev #4.2.485.104-a_dev #4.2.485.101-a1 #4.2.485.102-a5_dev #4.2.485.102-a2_dev #4.2.485.100-a_dev #4.2.485.88-a1 #4.2.485.60-a12 #4.2.485.60-a10 #4.2.485.60-a9 #4.2.485.66-b_qa #4.2.485.64-b_qa #4.2.485.58-b_qa #4.2405_1_HF_MOHS1_6_prod_hf #4.2405_1_HF_MOHS1_4_prod_hf #4.2405_1_HF_MOHS1_3_prod_hf #4.2405_1_HF_MOHS1_1_prod_hf #4.2.485.0_prod #4.2.281.124_prod #4.2.78.102 #4.2.78.100 #4.2.78.99 #4.2.78.98 #4.2.78.96 #4.2.78.95 #4.2.78.93 #4.2.78.90 #4.2.78.88 #4.2.78.87 #4.2.78.86 #4.2.78.85 #4.2.78.80 #4.2.78.79 #4.2.78.78 #4.2.78.75 #4.2.78.74 #4.2.78.70 #4.2.78.69 #4.2.78.67 #4.2.78.66 #4.2.78.63 #4.2.78.62-alpha #4.2.78.62 #4.2.78.60 #4.2.78.58 #4.2.78.56-hf2 #4.2.78.55 #4.2.78.53_beta #4.2.78.53_alpha #4.2.78.53 #4.2.78.52 #4.2.78.51 #4.2.78.49 #4.2.78.46 #4.2.78.45 #4.2.78.43 #4.2.78.40 #4.2.78.39 #4.2.78.37 #4.2.78.36 #4.2.78.33 #4.2.78.32 #4.2.78.31 #4.2.78.30 #4.2.78.28 #4.2.78.27 #4.2.78.26 #4.2.78.25 #4.2.78.23 #4.2.78.22 #4.2.78.20 #4.2.78.18 #4.2.78.13 #4.2.78.10 #4.2.78.7 #4.2.78.4 #4.2.78.3 #4.2.78.2 #4.2.78.0 #4.2.77.0 #4.1.175.45-hf9_33 #4.1.175.45-hf9_32 #4.1.175.45-hf9_31 #4.1.175.45-hf9_30 #4.1.175.45-hf9_29 #4.1.175.45-hf9_28 #4.1.175.45-hf9_26 #4.1.175.45-hf9_24 #4.1.175.45-hf9_22 #4.1.175.45-hf9_21 #4.2.45.0 #4.2.38.1 #4.1.229.0 #4.1.175.37
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/lab/lab-labmgt-srv/hpa.yaml b/UAT/lab/lab-labmgt-srv/hpa.yaml
similarity index 100%
rename from DEV/lab/lab-labmgt-srv/hpa.yaml
rename to UAT/lab/lab-labmgt-srv/hpa.yaml
diff --git a/DEV/lab/lab-labmgt-srv/kustomization.yaml b/UAT/lab/lab-labmgt-srv/kustomization.yaml
similarity index 97%
rename from DEV/lab/lab-labmgt-srv/kustomization.yaml
rename to UAT/lab/lab-labmgt-srv/kustomization.yaml
index 441224d..2ae6291 100644
--- a/DEV/lab/lab-labmgt-srv/kustomization.yaml
+++ b/UAT/lab/lab-labmgt-srv/kustomization.yaml
@@ -11,16 +11,16 @@ resources:
patchesStrategicMerge:
- hpa.yaml
-# replicas:
-# - name: csi-net-labsrvcs
-# count: 2
+replicas:
+ - name: csi-net-labsrvcs
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/lab-labmgt-srv
newName: registry.cloudsolutions.com.sa/vida-qa/lab-labmgt_srv
newTag: 4.2.1073.0-a12.13 #4.2.1073.0-a13.1 #4.2.1073.0-a12.12 #4.2.1073.0-a12.9 #4.2.1073.0-a11_dev #4.2.1073.0-a10 #4.2.1073.0-a8_dev #4.2.1073.0-a7 #4.2.1073.0-a6 #4.2.1073.0-a5_dev #4.2.1073.0-a3 #4.2.1073.0-a2 #4.2.1073.0-a1 #4.2.1072.0-a2 #4.2.1071.0-b150_qa #4.2.1071.0-a11 #4.2.1071.0-a7.904 #4.2.1071.0-a7.904 #4.2.1071.0-a8_dev #4.2.1071.0-a5.1 #4.2.1071.0-a5_dev #4.2.1071.0-a3_dev #4.0.79.0-a105_dev #4.2.1071.0-a1_dev #4.2.1070.0-a2-2 #4.2.1070.0-a1_dev #4.2.1069.0-a_dev #4.2.1067.0-a1_dev #4.2.1060.0-a2 #4.2.1060.0-a_dev #4.2.1055.0-a_dev #4.2.1053.0-a1 #4.2.1047.0-a1_1 #4.2.1047.0-a_dev #4.2.1046.0-a28_dev #4.2.1046.0-a27_dev #4.2.1046.0-a26_dev #4.2.1046.0-a17 #4.2.1046.0-a12 #4.2.1046.0-a10 #4.2.1046.0-a25_dev #4.2.1046.0-a24_dev #4.2.1046.0-a9 #4.2.1046.0-a22_dev #4.2.1046.0-a8 #4.2.1046.0-a21_dev #4.2.1046.0-a20_dev #4.2.1046.0-a_dev #4.2.1046.0-a8 #4.2.1045.0-a6_dev #4.2.1045.0-a5.1 #4.2.1045.0-a5_dev
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/lab/lab-labmgt-srv/post-sync.yaml b/UAT/lab/lab-labmgt-srv/post-sync.yaml
similarity index 100%
rename from DEV/lab/lab-labmgt-srv/post-sync.yaml
rename to UAT/lab/lab-labmgt-srv/post-sync.yaml
diff --git a/DEV/lab/lab-scheduled/hpa.yaml b/UAT/lab/lab-scheduled/hpa.yaml
similarity index 100%
rename from DEV/lab/lab-scheduled/hpa.yaml
rename to UAT/lab/lab-scheduled/hpa.yaml
diff --git a/DEV/lab/lab-scheduled/kustomization.yaml b/UAT/lab/lab-scheduled/kustomization.yaml
similarity index 91%
rename from DEV/lab/lab-scheduled/kustomization.yaml
rename to UAT/lab/lab-scheduled/kustomization.yaml
index e70bc70..7da81be 100644
--- a/DEV/lab/lab-scheduled/kustomization.yaml
+++ b/UAT/lab/lab-scheduled/kustomization.yaml
@@ -10,16 +10,16 @@ resources:
patchesStrategicMerge:
- hpa.yaml
-#replicas:
-# - name: csi-net-lab-scheduled
-# count: 3
+replicas:
+ - name: csi-net-lab-scheduled
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/lab-scheduled
newName: registry.cloudsolutions.com.sa/vida-qa/lab-scheduled
newTag: 4.1.38.0-b1_qa
-namespace: csi-dev
+namespace: csi-uat
# patchesJson6902:
# - target:
# group: batch
@@ -62,4 +62,4 @@ namespace: csi-dev
# - op: replace
# path: /metadata/name
# value: post-labscheduled
-# namespace: moh-uat
\ No newline at end of file
+# namespace: moh-uat
diff --git a/DEV/lab/lab-scheduled/post-sync.yaml b/UAT/lab/lab-scheduled/post-sync.yaml
similarity index 100%
rename from DEV/lab/lab-scheduled/post-sync.yaml
rename to UAT/lab/lab-scheduled/post-sync.yaml
diff --git a/DEV/lab/lab-vidaptorintegration/hpa.yaml b/UAT/lab/lab-vidaptorintegration/hpa.yaml
similarity index 100%
rename from DEV/lab/lab-vidaptorintegration/hpa.yaml
rename to UAT/lab/lab-vidaptorintegration/hpa.yaml
diff --git a/DEV/lab/lab-vidaptorintegration/kustomization.yaml b/UAT/lab/lab-vidaptorintegration/kustomization.yaml
similarity index 97%
rename from DEV/lab/lab-vidaptorintegration/kustomization.yaml
rename to UAT/lab/lab-vidaptorintegration/kustomization.yaml
index 4a23434..1256742 100644
--- a/DEV/lab/lab-vidaptorintegration/kustomization.yaml
+++ b/UAT/lab/lab-vidaptorintegration/kustomization.yaml
@@ -15,4 +15,4 @@ images:
newName: registry.cloudsolutions.com.sa/vida-qa/lab-vidaptorintegration
newTag: 4.2.80.0-b9_qa #4.2.80.0-a6 #4.2.80.0-a4 #4.2.80.0-a3_dev #4.2.80.0-a1_dev #4.2.76.0-b2_qa #4.2.76.0-b1_qa #4.2.75.0-b1_qa #4.2.74.0-b1_qa #4.2.72.0-b1_qa #4.2.71.0-b1_qa #4.2.69.0_qa #4.2.70.0-hf-1-a1 #4.2.69.0_qa #4.2405_1_IR1_qa #4.2.65.0_qa #4.2405_1_IR1_qa #4.2.64.0_qa #4.2.53.0 #4.2.51.0 #4.2.50.0 #4.2.49.0 #4.2.48.0 #4.2.47.0 #4.2.46.0 #4.2.45.0 #4.2.44.0 #4.2.42.0 #4.2.39.0 #4.2.36.0 #4.2.30.0 #4.2.30.0 #4.2.17.10-hf1 #4.2.22.0-hf1 #4.2.22.0 #4.2.17.25
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/lab/lab-vidaptorintegration/post-sync.yaml b/UAT/lab/lab-vidaptorintegration/post-sync.yaml
similarity index 100%
rename from DEV/lab/lab-vidaptorintegration/post-sync.yaml
rename to UAT/lab/lab-vidaptorintegration/post-sync.yaml
diff --git a/DEV/notification/csi-net-base-email/hpa.yaml b/UAT/notification/csi-net-base-email/hpa.yaml
similarity index 100%
rename from DEV/notification/csi-net-base-email/hpa.yaml
rename to UAT/notification/csi-net-base-email/hpa.yaml
diff --git a/DEV/notification/csi-net-base-email/kustomization.yaml b/UAT/notification/csi-net-base-email/kustomization.yaml
similarity index 82%
rename from DEV/notification/csi-net-base-email/kustomization.yaml
rename to UAT/notification/csi-net-base-email/kustomization.yaml
index 1b9bf39..47dcb44 100644
--- a/DEV/notification/csi-net-base-email/kustomization.yaml
+++ b/UAT/notification/csi-net-base-email/kustomization.yaml
@@ -6,13 +6,13 @@ bases:
#patchesStrategicMerge:
#- hpa.yaml
-# replicas:
-# - name: csi-net-noty-email
-# count: 1
+replicas:
+ - name: csi-net-noty-email
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-net-base-email
newName: registry.cloudsolutions.com.sa/vida-qa/csi-net-base-email
newTag: 4.0.23.0-a5
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/notification/csi-net-base-message-templates/hpa.yaml b/UAT/notification/csi-net-base-message-templates/hpa.yaml
similarity index 100%
rename from DEV/notification/csi-net-base-message-templates/hpa.yaml
rename to UAT/notification/csi-net-base-message-templates/hpa.yaml
diff --git a/DEV/notification/csi-net-base-message-templates/kustomization.yaml b/UAT/notification/csi-net-base-message-templates/kustomization.yaml
similarity index 92%
rename from DEV/notification/csi-net-base-message-templates/kustomization.yaml
rename to UAT/notification/csi-net-base-message-templates/kustomization.yaml
index 9ce2ea3..e65f3e0 100644
--- a/DEV/notification/csi-net-base-message-templates/kustomization.yaml
+++ b/UAT/notification/csi-net-base-message-templates/kustomization.yaml
@@ -6,16 +6,16 @@ bases:
patchesStrategicMerge:
- hpa.yaml
-# replicas:
-# - name: csi-net-noty-msgtempl
-# count: 1
+replicas:
+ - name: csi-net-noty-msgtempl
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-net-base-message-templates
newName: registry.cloudsolutions.com.sa/vida-qa/csi-net-base-message-templates #172.15.100.214:5000/csi-net-base-message-templates
newTag: 4.0.15.0_qa #4.0.13.0_dev #4.0.11.0 #4.0.9.0_dev #4.0.8.0 #4.0.7.0 #4.0.1.0 #44.0.5.0 #4.0.1.0
-namespace: csi-dev
+namespace: csi-uat
# Dont Delete below patchJson part-this need to run noti-external service
@@ -47,4 +47,4 @@ patchesJson6902:
# type: Directory
# - op: add
# path: /spec/template/spec/nodeName
- # value: csi-dev-wrk-02
+ # value: csi-uat-wrk-02
diff --git a/DEV/notification/csi-net-base-notifications-query/hpa.yaml b/UAT/notification/csi-net-base-notifications-query/hpa.yaml
similarity index 100%
rename from DEV/notification/csi-net-base-notifications-query/hpa.yaml
rename to UAT/notification/csi-net-base-notifications-query/hpa.yaml
diff --git a/DEV/notification/csi-net-base-notifications-query/kustomization.yaml b/UAT/notification/csi-net-base-notifications-query/kustomization.yaml
similarity index 84%
rename from DEV/notification/csi-net-base-notifications-query/kustomization.yaml
rename to UAT/notification/csi-net-base-notifications-query/kustomization.yaml
index 2b91915..253adae 100644
--- a/DEV/notification/csi-net-base-notifications-query/kustomization.yaml
+++ b/UAT/notification/csi-net-base-notifications-query/kustomization.yaml
@@ -6,13 +6,13 @@ bases:
patchesStrategicMerge:
- hpa.yaml
-# replicas:
-# - name: csi-net-noty-query
-# count: 2
+replicas:
+ - name: csi-net-noty-query
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-net-base-notifications-query
newName: registry.cloudsolutions.com.sa/vida-qa/csi-net-base-notifications-query
newTag: 4.0.28.0_qa #4.1.0.48-b14_qa #4.0.1.1-hf4
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/notification/csi-net-base-notifications/hpa.yaml b/UAT/notification/csi-net-base-notifications/hpa.yaml
similarity index 100%
rename from DEV/notification/csi-net-base-notifications/hpa.yaml
rename to UAT/notification/csi-net-base-notifications/hpa.yaml
diff --git a/DEV/notification/csi-net-base-notifications/kustomization.yaml b/UAT/notification/csi-net-base-notifications/kustomization.yaml
similarity index 94%
rename from DEV/notification/csi-net-base-notifications/kustomization.yaml
rename to UAT/notification/csi-net-base-notifications/kustomization.yaml
index 5f9066c..4317d7f 100644
--- a/DEV/notification/csi-net-base-notifications/kustomization.yaml
+++ b/UAT/notification/csi-net-base-notifications/kustomization.yaml
@@ -6,16 +6,16 @@ bases:
patchesStrategicMerge:
- hpa.yaml
-# replicas:
-# - name: csi-net-noty
-# count: 1
+replicas:
+ - name: csi-net-noty
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-net-base-notifications
newName: registry.cloudsolutions.com.sa/vida-qa/csi-net-base-notifications
newTag: 4.1.0.46-a22_dev #4.1.0.46-a20_dev #4.1.0.46-a19 #4.1.0.47.h01 #4.1.0.47.h1 #4.1.0.43-a3 #4.1.0.43-a2 #4.1.0.46-a18 #4.1.0.46-a17 #4.1.0.46-a16 #4.1.0.46-a13 #4.1.0.46-a15 #4.1.0.46-a14 #4.1.0.46-a13 #4.1.0.46-a12 #4.1.0.46-a11 #4.1.0.46-a10 #4.1.0.46-a10a1 #4.1.0.46-a6 #4.1.0.46-a5 #4.1.0.46-a3 #4.1.0.46-a2 #4.1.0.46-a1 #4.1.0.45-a3.a5 #4.1.0.45-a3.a4 #4.1.0.45-a3.a2 #4.1.0.45-a3 #4.1.0.45-a1 #4.0.4.2-hf3
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/notification/csi-net-base-sms/hpa.yaml b/UAT/notification/csi-net-base-sms/hpa.yaml
similarity index 100%
rename from DEV/notification/csi-net-base-sms/hpa.yaml
rename to UAT/notification/csi-net-base-sms/hpa.yaml
diff --git a/DEV/notification/csi-net-base-sms/kustomization.yaml b/UAT/notification/csi-net-base-sms/kustomization.yaml
similarity index 84%
rename from DEV/notification/csi-net-base-sms/kustomization.yaml
rename to UAT/notification/csi-net-base-sms/kustomization.yaml
index 7564730..f754d0c 100644
--- a/DEV/notification/csi-net-base-sms/kustomization.yaml
+++ b/UAT/notification/csi-net-base-sms/kustomization.yaml
@@ -5,10 +5,12 @@ bases:
patchesStrategicMerge:
- hpa.yaml
-
+replicas:
+ - name: csi-net-base-sms
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-net-base-sms
newName: registry.cloudsolutions.com.sa/vida-qa/csi-net-base-sms
newTag: 4.0.28.0 #4.0.30.0 #4.0.29.0 #4.0.28.0
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/notification/csi-net-base-wss/hpa.yaml b/UAT/notification/csi-net-base-wss/hpa.yaml
similarity index 100%
rename from DEV/notification/csi-net-base-wss/hpa.yaml
rename to UAT/notification/csi-net-base-wss/hpa.yaml
diff --git a/DEV/notification/csi-net-base-wss/kustomization.yaml b/UAT/notification/csi-net-base-wss/kustomization.yaml
similarity index 82%
rename from DEV/notification/csi-net-base-wss/kustomization.yaml
rename to UAT/notification/csi-net-base-wss/kustomization.yaml
index 5520725..1203d85 100644
--- a/DEV/notification/csi-net-base-wss/kustomization.yaml
+++ b/UAT/notification/csi-net-base-wss/kustomization.yaml
@@ -6,13 +6,13 @@ bases:
patchesStrategicMerge:
- hpa.yaml
-# replicas:
-# - name: csi-net-base-wss
-# count: 1
+replicas:
+ - name: csi-net-base-wss
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-net-base-wss
newName: registry.cloudsolutions.com.sa/vida-qa/csi-net-base-wss
newTag: 4.0.37.0-b1_qa #4.0.25.0 #4.0.2.1
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/notification/csi-vidaplus-external/hpa.yaml b/UAT/notification/csi-vidaplus-external/hpa.yaml
similarity index 100%
rename from DEV/notification/csi-vidaplus-external/hpa.yaml
rename to UAT/notification/csi-vidaplus-external/hpa.yaml
diff --git a/DEV/notification/csi-vidaplus-external/kustomization.yaml b/UAT/notification/csi-vidaplus-external/kustomization.yaml
similarity index 91%
rename from DEV/notification/csi-vidaplus-external/kustomization.yaml
rename to UAT/notification/csi-vidaplus-external/kustomization.yaml
index 36fc5fb..e191d74 100644
--- a/DEV/notification/csi-vidaplus-external/kustomization.yaml
+++ b/UAT/notification/csi-vidaplus-external/kustomization.yaml
@@ -6,9 +6,9 @@ bases:
patchesStrategicMerge:
- hpa.yaml
-# replicas:
-# - name: csi-net-noty
-# count: 1
+replicas:
+ - name: csi-net-noty
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-net-ext
@@ -16,7 +16,7 @@ images:
newTag: 4.0.0.32-a3_dev #4.0.0.32-a2_dev #4.0.0.31_dev #4.0.0.30_dev #4.0.0.28 #4.0.0.27_dev #4.0.0.26_dev #4.0.0.25 #4.0.0.24 #4.0.0.18 #4.0.0.14 #4.0.0.11 #4.0.0.8 #4.0.0.7 #4.0.0.6 #4.0.4.2-hf3
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/notification/noty-builder-ui/hpa.yaml b/UAT/notification/noty-builder-ui/hpa.yaml
similarity index 100%
rename from DEV/notification/noty-builder-ui/hpa.yaml
rename to UAT/notification/noty-builder-ui/hpa.yaml
diff --git a/DEV/notification/noty-builder-ui/kustomization.yaml b/UAT/notification/noty-builder-ui/kustomization.yaml
similarity index 96%
rename from DEV/notification/noty-builder-ui/kustomization.yaml
rename to UAT/notification/noty-builder-ui/kustomization.yaml
index 43a744a..9c160f8 100644
--- a/DEV/notification/noty-builder-ui/kustomization.yaml
+++ b/UAT/notification/noty-builder-ui/kustomization.yaml
@@ -3,6 +3,7 @@ kind: Kustomization
bases:
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/notification/notyui
+
images:
- name: harbor.moh.gov.sa/vidamoh/noty-builder-ui
newName: registry.cloudsolutions.com.sa/vida-qa/noty-builder-ui
@@ -14,4 +15,4 @@ replicas:
#patchesStrategicMerge:
#- hpa.yaml
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/otp-service/hpa.yaml b/UAT/otp-service/hpa.yaml
similarity index 100%
rename from DEV/otp-service/hpa.yaml
rename to UAT/otp-service/hpa.yaml
diff --git a/DEV/otp-service/kustomization.yaml b/UAT/otp-service/kustomization.yaml
similarity index 78%
rename from DEV/otp-service/kustomization.yaml
rename to UAT/otp-service/kustomization.yaml
index 2fca96c..692475c 100644
--- a/DEV/otp-service/kustomization.yaml
+++ b/UAT/otp-service/kustomization.yaml
@@ -2,9 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/base/otp-service
-
+replicas:
+ - name: csi-otp-service
+ count: 1
images:
- name: registry.cloudsolutions.com.sa/vida-qa/csi-otp-service
newTag: 4.0.1.4 #4.0.0.0-b4
-namespace: csi-dev
\ No newline at end of file
+namespace: csi-uat
diff --git a/DEV/pharmacy/csi-java-ehr-ip-doctor-prescription/hpa.yaml b/UAT/pharmacy/csi-java-ehr-ip-doctor-prescription/hpa.yaml
similarity index 100%
rename from DEV/pharmacy/csi-java-ehr-ip-doctor-prescription/hpa.yaml
rename to UAT/pharmacy/csi-java-ehr-ip-doctor-prescription/hpa.yaml
diff --git a/DEV/pharmacy/csi-java-ehr-ip-doctor-prescription/kustomization.yaml b/UAT/pharmacy/csi-java-ehr-ip-doctor-prescription/kustomization.yaml
similarity index 93%
rename from DEV/pharmacy/csi-java-ehr-ip-doctor-prescription/kustomization.yaml
rename to UAT/pharmacy/csi-java-ehr-ip-doctor-prescription/kustomization.yaml
index 2b9d6ed..ba17f2b 100644
--- a/DEV/pharmacy/csi-java-ehr-ip-doctor-prescription/kustomization.yaml
+++ b/UAT/pharmacy/csi-java-ehr-ip-doctor-prescription/kustomization.yaml
@@ -10,12 +10,15 @@ resources:
patchesStrategicMerge:
- hpa.yaml
+replicas:
+ - name: csi-java-ehr-ip-doctor-prescription
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-java-ehr-ip-doctor-prescription
newName: registry.cloudsolutions.com.sa/vida-qa/csi-java-ehr-ip-doctor-prescription
newTag: 4.2503_14_IR2_qa #4.2501_16_IR1_qa
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/pharmacy/csi-java-ehr-ip-doctor-prescription/post-sync.yaml b/UAT/pharmacy/csi-java-ehr-ip-doctor-prescription/post-sync.yaml
similarity index 100%
rename from DEV/pharmacy/csi-java-ehr-ip-doctor-prescription/post-sync.yaml
rename to UAT/pharmacy/csi-java-ehr-ip-doctor-prescription/post-sync.yaml
diff --git a/DEV/pharmacy/csi-net-base-integrations-medispan/hpa.yaml b/UAT/pharmacy/csi-net-base-integrations-medispan/hpa.yaml
similarity index 100%
rename from DEV/pharmacy/csi-net-base-integrations-medispan/hpa.yaml
rename to UAT/pharmacy/csi-net-base-integrations-medispan/hpa.yaml
diff --git a/DEV/pharmacy/csi-net-base-integrations-medispan/kustomization.yaml b/UAT/pharmacy/csi-net-base-integrations-medispan/kustomization.yaml
similarity index 89%
rename from DEV/pharmacy/csi-net-base-integrations-medispan/kustomization.yaml
rename to UAT/pharmacy/csi-net-base-integrations-medispan/kustomization.yaml
index a701384..6384847 100644
--- a/DEV/pharmacy/csi-net-base-integrations-medispan/kustomization.yaml
+++ b/UAT/pharmacy/csi-net-base-integrations-medispan/kustomization.yaml
@@ -9,16 +9,16 @@ resources:
patchesStrategicMerge:
- hpa.yaml
-# replicas:
-# - name: csi-net-medispan
-# count: 1
+replicas:
+ - name: csi-net-medispan
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-net-base-integrations-medispan
newName: registry.cloudsolutions.com.sa/vida-qa/csi-net-base-integrations-medispan
newTag: 4.0.1.0-hf6 #4.0.1.0-hf5 #4.0.10.0 #4.0.1.0-hf3
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/pharmacy/csi-net-base-integrations-medispan/post-sync.yaml b/UAT/pharmacy/csi-net-base-integrations-medispan/post-sync.yaml
similarity index 100%
rename from DEV/pharmacy/csi-net-base-integrations-medispan/post-sync.yaml
rename to UAT/pharmacy/csi-net-base-integrations-medispan/post-sync.yaml
diff --git a/DEV/pharmacy/csi-phr-base-bgservice/hpa.yaml b/UAT/pharmacy/csi-phr-base-bgservice/hpa.yaml
similarity index 100%
rename from DEV/pharmacy/csi-phr-base-bgservice/hpa.yaml
rename to UAT/pharmacy/csi-phr-base-bgservice/hpa.yaml
diff --git a/DEV/pharmacy/csi-phr-base-bgservice/kustomization.yaml b/UAT/pharmacy/csi-phr-base-bgservice/kustomization.yaml
similarity index 88%
rename from DEV/pharmacy/csi-phr-base-bgservice/kustomization.yaml
rename to UAT/pharmacy/csi-phr-base-bgservice/kustomization.yaml
index 73618c9..2a9e6e4 100644
--- a/DEV/pharmacy/csi-phr-base-bgservice/kustomization.yaml
+++ b/UAT/pharmacy/csi-phr-base-bgservice/kustomization.yaml
@@ -9,12 +9,15 @@ resources:
patchesStrategicMerge:
- hpa.yaml
+replicas:
+ - name: csi-phr-base-bgservice
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-phr-base-bgservice
newName: registry.cloudsolutions.com.sa/vida-qa/csi-phr-base-bgservice
newTag: 4.2502_14_IR3_qa
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/pharmacy/csi-phr-base-bgservice/post-sync.yaml b/UAT/pharmacy/csi-phr-base-bgservice/post-sync.yaml
similarity index 100%
rename from DEV/pharmacy/csi-phr-base-bgservice/post-sync.yaml
rename to UAT/pharmacy/csi-phr-base-bgservice/post-sync.yaml
diff --git a/DEV/pharmacy/csi-phr-base/hpa.yaml b/UAT/pharmacy/csi-phr-base/hpa.yaml
similarity index 100%
rename from DEV/pharmacy/csi-phr-base/hpa.yaml
rename to UAT/pharmacy/csi-phr-base/hpa.yaml
diff --git a/DEV/pharmacy/csi-phr-base/kustomization.yaml b/UAT/pharmacy/csi-phr-base/kustomization.yaml
similarity index 96%
rename from DEV/pharmacy/csi-phr-base/kustomization.yaml
rename to UAT/pharmacy/csi-phr-base/kustomization.yaml
index 0eea313..68b3597 100644
--- a/DEV/pharmacy/csi-phr-base/kustomization.yaml
+++ b/UAT/pharmacy/csi-phr-base/kustomization.yaml
@@ -10,12 +10,15 @@ resources:
patchesStrategicMerge:
- hpa.yaml
+replicas:
+ - name: csi-phr-base
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-phr-base
newName: registry.cloudsolutions.com.sa/vida-qa/csi-phr-base
newTag: 4.2503_19_IR1_qa #4.2503_19_dev-b1_dev #4.2503_17_dev-b1_dev #4.2503_15_dev-b1_dev #4.2503_12_dev-b4_dev #4.2503_08_dev-b1_dev #4.2502_18_dev1_dev #4.2502_10_IR3_dev #4.2501_24_IR2_qa #"4.4.4.406-b1_dev" #4.4.4.399-b2 #4.2412_13_IR2_qa
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/pharmacy/csi-phr-base/post-sync.yaml b/UAT/pharmacy/csi-phr-base/post-sync.yaml
similarity index 100%
rename from DEV/pharmacy/csi-phr-base/post-sync.yaml
rename to UAT/pharmacy/csi-phr-base/post-sync.yaml
diff --git a/DEV/pharmacy/csi-phr-cron/hpa.yaml b/UAT/pharmacy/csi-phr-cron/hpa.yaml
similarity index 100%
rename from DEV/pharmacy/csi-phr-cron/hpa.yaml
rename to UAT/pharmacy/csi-phr-cron/hpa.yaml
diff --git a/DEV/pharmacy/csi-phr-cron/kustomization.yaml b/UAT/pharmacy/csi-phr-cron/kustomization.yaml
similarity index 97%
rename from DEV/pharmacy/csi-phr-cron/kustomization.yaml
rename to UAT/pharmacy/csi-phr-cron/kustomization.yaml
index 8fef361..a7995f4 100644
--- a/DEV/pharmacy/csi-phr-cron/kustomization.yaml
+++ b/UAT/pharmacy/csi-phr-cron/kustomization.yaml
@@ -14,7 +14,7 @@ images:
- name: harbor.moh.gov.sa/vidamoh/csi-phr-cron
newName: registry.cloudsolutions.com.sa/vida-uat/csi-phr-cron
newTag: 4.0.8.22_prod #4.0.8.22-b2 #4.0.8.11_qa #4.0.7.0 #4.0.6.3 #4.0.5.0 #4.0.3.0 #4.0.2.0 #4.0.1.0
-namespace: csi-dev
+namespace: csi-uat
#patchesJSON6902:
# - target:
diff --git a/DEV/pharmacy/csi-phr-cron/post-sync.yaml b/UAT/pharmacy/csi-phr-cron/post-sync.yaml
similarity index 100%
rename from DEV/pharmacy/csi-phr-cron/post-sync.yaml
rename to UAT/pharmacy/csi-phr-cron/post-sync.yaml
diff --git a/DEV/pharmacy/pharmacy-ui/hpa.yaml b/UAT/pharmacy/pharmacy-ui/hpa.yaml
similarity index 100%
rename from DEV/pharmacy/pharmacy-ui/hpa.yaml
rename to UAT/pharmacy/pharmacy-ui/hpa.yaml
diff --git a/DEV/pharmacy/pharmacy-ui/kustomization.yaml b/UAT/pharmacy/pharmacy-ui/kustomization.yaml
similarity index 98%
rename from DEV/pharmacy/pharmacy-ui/kustomization.yaml
rename to UAT/pharmacy/pharmacy-ui/kustomization.yaml
index e1a6dca..6556d52 100644
--- a/DEV/pharmacy/pharmacy-ui/kustomization.yaml
+++ b/UAT/pharmacy/pharmacy-ui/kustomization.yaml
@@ -11,14 +11,14 @@ resources:
replicas:
- name: csi-pharmacy-ui
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/pharmacy-ui
newName: registry.cloudsolutions.com.sa/vida-qa/pharmacy-ui
newTag: 4.2502_10_IR1_qa #4.2501_21_IR2_qa #4.2411_29_IR1 #4.4.1.85-b2 #4.4.1.85-b1 #4.2411_18_IR2_qa #4.2411_5_dev_dev #4.2408_30_IR_dev-b5 #4.2408_30_IR_dev-b2 #4.2409_1_IR2_qa #4.2408_1_IR39_qa #4.2408_1_IR38_qa #4.2408_1_IR34_qa #4.2408_1_IR28_qa #4.2408_1_IR20-dev #q4.2408_1_IR16-dev #4.2408_1_IR15-dev #4.2408_1_IR15_qa #4.2408_1_IR10_qa #4.2408_1_IR8_qa #4.2407_1_IR25_qa #4.2406_1_IR14-b1 #4.3.4.233_prod #4.3.4.221_prod #4.3.4.220_prod #4.3.4.215_prod #4.3.4.213_prod #4.3.4.211_prod #4.3.4.210_prod #4.3.4.209_prod #4.3.4.208_prod #4.3.4.205_prod #4.3.4.204_prod #4.3.4.200_prod #4.3.4.199_prod #4.3.4.198_prod #4.3.4.197_prod #4.3.4.196_prod #4.3.4.195_prod #4.3.4.193_prod #4.3.4.187_prod #4.3.4.186_prod #4.3.4.185_prod #4.3.4.183_prod #4.3.4.182_prod #4.3.4.181_prod #4.3.4.179_prod #4.3.4.178_prod #4.3.4.176_prod #4.3.4.175_prod #4.3.4.173_prod #4.3.4.172_prod #4.3.4.169_prod #4.3.4.167_prod #4.3.4.166_prod #4.3.4.165_prod #4.3.4.164_prod #4.3.4.159 #4.3.4.155 #4.3.4.152 #4.3.4.150 #4.3.4.149 #4.3.4.148 #4.3.4.147 #4.3.4.144 #4.3.4.142 #4.3.4.141 #4.3.4.140 #4.3.4.139 #4.3.4.138
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/renal/ren-hemodialysis-srv/hpa.yaml b/UAT/renal/ren-hemodialysis-srv/hpa.yaml
similarity index 100%
rename from DEV/renal/ren-hemodialysis-srv/hpa.yaml
rename to UAT/renal/ren-hemodialysis-srv/hpa.yaml
diff --git a/DEV/renal/ren-hemodialysis-srv/kustomization.yaml b/UAT/renal/ren-hemodialysis-srv/kustomization.yaml
similarity index 92%
rename from DEV/renal/ren-hemodialysis-srv/kustomization.yaml
rename to UAT/renal/ren-hemodialysis-srv/kustomization.yaml
index 7eb2405..cb01790 100644
--- a/DEV/renal/ren-hemodialysis-srv/kustomization.yaml
+++ b/UAT/renal/ren-hemodialysis-srv/kustomization.yaml
@@ -9,16 +9,16 @@ resources:
patchesStrategicMerge:
- hpa.yaml
-# replicas:
-# - name: csi-net-hemdialy
-# count: 1
+replicas:
+ - name: csi-net-hemdialy
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/ren-hemodialysis-srv
newName: registry.cloudsolutions.com.sa/vida-qa/ren-hemodialysis-srv
newTag: 4.1.0.23_b14_qa
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/reporting/csi-rf-file-uploader/hpa.yaml b/UAT/reporting/csi-rf-file-uploader/hpa.yaml
similarity index 100%
rename from DEV/reporting/csi-rf-file-uploader/hpa.yaml
rename to UAT/reporting/csi-rf-file-uploader/hpa.yaml
diff --git a/DEV/reporting/csi-rf-file-uploader/kustomization.yaml b/UAT/reporting/csi-rf-file-uploader/kustomization.yaml
similarity index 88%
rename from DEV/reporting/csi-rf-file-uploader/kustomization.yaml
rename to UAT/reporting/csi-rf-file-uploader/kustomization.yaml
index 652d0eb..80d8ccd 100644
--- a/DEV/reporting/csi-rf-file-uploader/kustomization.yaml
+++ b/UAT/reporting/csi-rf-file-uploader/kustomization.yaml
@@ -5,7 +5,9 @@ bases:
patchesStrategicMerge:
- hpa.yaml
-
+replicas:
+ - name: csi-token-filter
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-token-filter
newName: registry.cloudsolutions.com.sa/vida-qa/csi-token-filter
@@ -15,4 +17,4 @@ images:
newName: registry.cloudsolutions.com.sa/vida-qa/csi-rf-file-uploader
newTag: 4.0.2.45_1 #4.0.2.37 #4.0.2.39_3 #4.0.2.37_6 #4.0.2.36_3
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/reporting/csi-rf-jdbc-sink/hpa.yaml b/UAT/reporting/csi-rf-jdbc-sink/hpa.yaml
similarity index 100%
rename from DEV/reporting/csi-rf-jdbc-sink/hpa.yaml
rename to UAT/reporting/csi-rf-jdbc-sink/hpa.yaml
diff --git a/DEV/reporting/csi-rf-jdbc-sink/kustomization.yaml b/UAT/reporting/csi-rf-jdbc-sink/kustomization.yaml
similarity index 82%
rename from DEV/reporting/csi-rf-jdbc-sink/kustomization.yaml
rename to UAT/reporting/csi-rf-jdbc-sink/kustomization.yaml
index caee3cc..f614eac 100644
--- a/DEV/reporting/csi-rf-jdbc-sink/kustomization.yaml
+++ b/UAT/reporting/csi-rf-jdbc-sink/kustomization.yaml
@@ -6,13 +6,13 @@ bases:
patchesStrategicMerge:
- hpa.yaml
-# replicas:
-# - name: csi-rf-jdbc-sink
-# count: 0
+replicas:
+ - name: csi-rf-jdbc-sink
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-rf-jdbc-sink
newName: registry.cloudsolutions.com.sa/vida-qa/csi-rf-jdbc-sink
newTag: 4.1.2.5 #4.1.1.5
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/reporting/csi-rf-reportingservice/hpa.yaml b/UAT/reporting/csi-rf-reportingservice/hpa.yaml
similarity index 100%
rename from DEV/reporting/csi-rf-reportingservice/hpa.yaml
rename to UAT/reporting/csi-rf-reportingservice/hpa.yaml
diff --git a/DEV/reporting/csi-rf-reportingservice/kustomization.yaml b/UAT/reporting/csi-rf-reportingservice/kustomization.yaml
similarity index 88%
rename from DEV/reporting/csi-rf-reportingservice/kustomization.yaml
rename to UAT/reporting/csi-rf-reportingservice/kustomization.yaml
index 26dc4ec..e4187ed 100644
--- a/DEV/reporting/csi-rf-reportingservice/kustomization.yaml
+++ b/UAT/reporting/csi-rf-reportingservice/kustomization.yaml
@@ -6,6 +6,9 @@ bases:
patchesStrategicMerge:
- hpa.yaml
+replicas:
+ - name: csi-token-filter
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-token-filter
newName: registry.cloudsolutions.com.sa/vida-qa/csi-token-filter
@@ -16,4 +19,4 @@ images:
newTag: 4.1.15.29_8 #jav17-0.0.1 #jav17 #4.1.15.29_8
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/reporting/csi-streaming-etl/hpa.yaml b/UAT/reporting/csi-streaming-etl/hpa.yaml
similarity index 100%
rename from DEV/reporting/csi-streaming-etl/hpa.yaml
rename to UAT/reporting/csi-streaming-etl/hpa.yaml
diff --git a/DEV/reporting/csi-streaming-etl/kustomization.yaml b/UAT/reporting/csi-streaming-etl/kustomization.yaml
similarity index 83%
rename from DEV/reporting/csi-streaming-etl/kustomization.yaml
rename to UAT/reporting/csi-streaming-etl/kustomization.yaml
index 9ae42f0..e362902 100644
--- a/DEV/reporting/csi-streaming-etl/kustomization.yaml
+++ b/UAT/reporting/csi-streaming-etl/kustomization.yaml
@@ -6,12 +6,14 @@ bases:
patchesStrategicMerge:
- hpa.yaml
-
+replicas:
+ - name: csi-streaming-etl
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-streaming-etl
newName: registry.cloudsolutions.com.sa/vida-qa/csi-streaming-etl
newTag: 4.1.2.3 #4.1.2.2 #4.1.2.0_prod
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/reporting/report-studio-ui/kustomization.yaml b/UAT/reporting/report-studio-ui/kustomization.yaml
similarity index 92%
rename from DEV/reporting/report-studio-ui/kustomization.yaml
rename to UAT/reporting/report-studio-ui/kustomization.yaml
index 2aa652d..dbca527 100644
--- a/DEV/reporting/report-studio-ui/kustomization.yaml
+++ b/UAT/reporting/report-studio-ui/kustomization.yaml
@@ -8,11 +8,11 @@ bases:
replicas:
- name: csi-report-studio-ui
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/report-studio-ui
newName: registry.cloudsolutions.com.sa/vida-qa/report-studio-ui
newTag: 4.1.34.34 #4.1.34.29_4
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/reporting/reporting-job/base/Deployment.yaml b/UAT/reporting/reporting-job/base/Deployment.yaml
similarity index 100%
rename from DEV/reporting/reporting-job/base/Deployment.yaml
rename to UAT/reporting/reporting-job/base/Deployment.yaml
diff --git a/DEV/reporting/reporting-job/base/hpa.yaml b/UAT/reporting/reporting-job/base/hpa.yaml
similarity index 100%
rename from DEV/reporting/reporting-job/base/hpa.yaml
rename to UAT/reporting/reporting-job/base/hpa.yaml
diff --git a/DEV/reporting/reporting-job/base/kustomization.yaml b/UAT/reporting/reporting-job/base/kustomization.yaml
similarity index 100%
rename from DEV/reporting/reporting-job/base/kustomization.yaml
rename to UAT/reporting/reporting-job/base/kustomization.yaml
diff --git a/DEV/reporting/reporting-job/base/service.yaml b/UAT/reporting/reporting-job/base/service.yaml
similarity index 100%
rename from DEV/reporting/reporting-job/base/service.yaml
rename to UAT/reporting/reporting-job/base/service.yaml
diff --git a/DEV/reporting/reporting-job/overlays/hpa.yaml b/UAT/reporting/reporting-job/overlays/hpa.yaml
similarity index 100%
rename from DEV/reporting/reporting-job/overlays/hpa.yaml
rename to UAT/reporting/reporting-job/overlays/hpa.yaml
diff --git a/DEV/reporting/reporting-job/overlays/kustomization.yaml b/UAT/reporting/reporting-job/overlays/kustomization.yaml
similarity index 93%
rename from DEV/reporting/reporting-job/overlays/kustomization.yaml
rename to UAT/reporting/reporting-job/overlays/kustomization.yaml
index be08184..0f275e1 100644
--- a/DEV/reporting/reporting-job/overlays/kustomization.yaml
+++ b/UAT/reporting/reporting-job/overlays/kustomization.yaml
@@ -8,14 +8,14 @@ patchesStrategicMerge:
# - post-delete.yaml
replicas:
- name: csi-test
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-streaming-etl
newName: registry.cloudsolutions.com.sa/vida-prod/csi-streaming-etl
newTag: 4.1.1.43_7 #4.1.2.0_prod
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
version: v1
@@ -24,7 +24,7 @@ patchesJson6902:
patch: |-
- op: replace
path: /metadata/name
- value: csi-dev
+ value: csi-uat
- target:
group: apps
version: v1
diff --git a/DEV/reporting/reporting-job/overlays/post-delete.yaml b/UAT/reporting/reporting-job/overlays/post-delete.yaml
similarity index 96%
rename from DEV/reporting/reporting-job/overlays/post-delete.yaml
rename to UAT/reporting/reporting-job/overlays/post-delete.yaml
index 76aae3a..7c41a44 100644
--- a/DEV/reporting/reporting-job/overlays/post-delete.yaml
+++ b/UAT/reporting/reporting-job/overlays/post-delete.yaml
@@ -11,5 +11,5 @@ spec:
containers:
- name: cleanup
image: registry.cloudsolutions.com.sa/public/busybox:latest
- command: ["sh", "-c", "kubectl delete deployment csi-test -n csi-dev"]
+ command: ["sh", "-c", "kubectl delete deployment csi-test -n csi-uat"]
restartPolicy: Never
diff --git a/DEV/reporting/reporting-job/overlays/streaming-job.yaml b/UAT/reporting/reporting-job/overlays/streaming-job.yaml
similarity index 100%
rename from DEV/reporting/reporting-job/overlays/streaming-job.yaml
rename to UAT/reporting/reporting-job/overlays/streaming-job.yaml
diff --git a/DEV/rms/csi-ds-dental-core-java-sev/hpa.yaml b/UAT/rms/csi-ds-dental-core-java-sev/hpa.yaml
similarity index 100%
rename from DEV/rms/csi-ds-dental-core-java-sev/hpa.yaml
rename to UAT/rms/csi-ds-dental-core-java-sev/hpa.yaml
diff --git a/DEV/rms/csi-ds-dental-core-java-sev/kustomization.yaml b/UAT/rms/csi-ds-dental-core-java-sev/kustomization.yaml
similarity index 93%
rename from DEV/rms/csi-ds-dental-core-java-sev/kustomization.yaml
rename to UAT/rms/csi-ds-dental-core-java-sev/kustomization.yaml
index 232ecab..8c427f0 100644
--- a/DEV/rms/csi-ds-dental-core-java-sev/kustomization.yaml
+++ b/UAT/rms/csi-ds-dental-core-java-sev/kustomization.yaml
@@ -9,12 +9,15 @@ resources:
patchesStrategicMerge:
- hpa.yaml
+replicas:
+ - name: csi-ds-dental-core-java-sev
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ds-dental-core-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ds-dental-core-java-sev
newTag: 4.2411_01_IR3_qa #"4.2409_12" #4.2411_01_IR2_qa #4.2409_11_D7 #4.2409_11_D2 #4.2407_1_D2 #4.2407_1_D1-b1 #4.2406_1_D1 #4.4.0.38_prod #4.4.0.36_prod #4.4.0.35_prod #4.4.0.28_prod
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/rms/csi-mlm-ui/hpa.yaml b/UAT/rms/csi-mlm-ui/hpa.yaml
similarity index 100%
rename from DEV/rms/csi-mlm-ui/hpa.yaml
rename to UAT/rms/csi-mlm-ui/hpa.yaml
diff --git a/DEV/rms/csi-mlm-ui/kustomization.yaml b/UAT/rms/csi-mlm-ui/kustomization.yaml
similarity index 97%
rename from DEV/rms/csi-mlm-ui/kustomization.yaml
rename to UAT/rms/csi-mlm-ui/kustomization.yaml
index c26ab1a..df1c70d 100644
--- a/DEV/rms/csi-mlm-ui/kustomization.yaml
+++ b/UAT/rms/csi-mlm-ui/kustomization.yaml
@@ -11,14 +11,14 @@ resources:
replicas:
- name: csi-mlm-ui
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/mlm-ui
newName: registry.cloudsolutions.com.sa/vida-qa/mlm-ui
newTag: 4.2503_1_D1 #4.4.190.0_qa #4.2410_1_D1
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/rms/csi-morgue-ui/hpa.yaml b/UAT/rms/csi-morgue-ui/hpa.yaml
similarity index 100%
rename from DEV/rms/csi-morgue-ui/hpa.yaml
rename to UAT/rms/csi-morgue-ui/hpa.yaml
diff --git a/DEV/rms/csi-morgue-ui/kustomization.yaml b/UAT/rms/csi-morgue-ui/kustomization.yaml
similarity index 97%
rename from DEV/rms/csi-morgue-ui/kustomization.yaml
rename to UAT/rms/csi-morgue-ui/kustomization.yaml
index 475d290..a8fb58b 100644
--- a/DEV/rms/csi-morgue-ui/kustomization.yaml
+++ b/UAT/rms/csi-morgue-ui/kustomization.yaml
@@ -11,14 +11,14 @@ resources:
replicas:
- name: csi-morgue-ui
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/morgue-ui
newName: registry.cloudsolutions.com.sa/vida-qa/csi-morgue-ui
newTag: 4.3.5.0_qa #4.2411.0-D10 #4.2411.0-D7 #4.2411.0-D6 #4.2411.0-D3 #4.2411.0-D2 #4.2411.0-D1 #4.10.4.0_prod #4.10.5.5_prod #4.10.1.0 #4.10.2.0 #4.10.1.0 #4.2.150.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/rms/csi-pms-adt-request-java-sev/hpa.yaml b/UAT/rms/csi-pms-adt-request-java-sev/hpa.yaml
similarity index 100%
rename from DEV/rms/csi-pms-adt-request-java-sev/hpa.yaml
rename to UAT/rms/csi-pms-adt-request-java-sev/hpa.yaml
diff --git a/DEV/rms/csi-pms-adt-request-java-sev/kustomization.yaml b/UAT/rms/csi-pms-adt-request-java-sev/kustomization.yaml
similarity index 94%
rename from DEV/rms/csi-pms-adt-request-java-sev/kustomization.yaml
rename to UAT/rms/csi-pms-adt-request-java-sev/kustomization.yaml
index be6b694..e3ab3ff 100644
--- a/DEV/rms/csi-pms-adt-request-java-sev/kustomization.yaml
+++ b/UAT/rms/csi-pms-adt-request-java-sev/kustomization.yaml
@@ -9,12 +9,15 @@ resources:
patchesStrategicMerge:
- hpa.yaml
+replicas:
+ - name: csi-pms-adt-request-java-sev
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-pms-adt-request-java-sev
newName: registry.cloudsolutions.com.sa/vida-uat/csi-pms-adt-request-java-sev #172.15.100.214:5000/csi-pms-adt-request-java-sev #registry.cloudsolutions.com.sa/vida-qa/csi-pms-adt-request-java-sev
newTag: 4.10.57.0_TR_14_prod #4.10.57.0_TR_13_prod #4.10.57.0_TR_11_prod #4.10.57.0_TR_4_prod #4.1.294.0_qa
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/rms/csi-pms-adt-ui/hpa.yaml b/UAT/rms/csi-pms-adt-ui/hpa.yaml
similarity index 100%
rename from DEV/rms/csi-pms-adt-ui/hpa.yaml
rename to UAT/rms/csi-pms-adt-ui/hpa.yaml
diff --git a/DEV/rms/csi-pms-adt-ui/kustomization.yaml b/UAT/rms/csi-pms-adt-ui/kustomization.yaml
similarity index 97%
rename from DEV/rms/csi-pms-adt-ui/kustomization.yaml
rename to UAT/rms/csi-pms-adt-ui/kustomization.yaml
index ec484ad..b7f2908 100644
--- a/DEV/rms/csi-pms-adt-ui/kustomization.yaml
+++ b/UAT/rms/csi-pms-adt-ui/kustomization.yaml
@@ -11,14 +11,14 @@ resources:
replicas:
- name: csi-adt-ui
- count: 2
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/adt-ui
newName: registry.cloudsolutions.com.sa/vida-qa/csi-pms-adt-ui #172.15.100.214:5000/csi-pms-adt-ui #registry.cloudsolutions.com.sa/vida-qa/csi-pms-adt-ui
newTag: 4.3.239.0_qa #4.2411_1_D2_dev
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/rms/csi-rms-masterdata-java-sev/hpa.yaml b/UAT/rms/csi-rms-masterdata-java-sev/hpa.yaml
similarity index 100%
rename from DEV/rms/csi-rms-masterdata-java-sev/hpa.yaml
rename to UAT/rms/csi-rms-masterdata-java-sev/hpa.yaml
diff --git a/DEV/rms/csi-rms-masterdata-java-sev/kustomization.yaml b/UAT/rms/csi-rms-masterdata-java-sev/kustomization.yaml
similarity index 93%
rename from DEV/rms/csi-rms-masterdata-java-sev/kustomization.yaml
rename to UAT/rms/csi-rms-masterdata-java-sev/kustomization.yaml
index a03cb4c..429860a 100644
--- a/DEV/rms/csi-rms-masterdata-java-sev/kustomization.yaml
+++ b/UAT/rms/csi-rms-masterdata-java-sev/kustomization.yaml
@@ -9,11 +9,14 @@ resources:
patchesStrategicMerge:
- hpa.yaml
+replicas:
+ - name: csi-rms-masterdata-java-sev
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-rms-masterdata-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-rms-masterdata-java-sev #172.15.100.214:5000/csi-rms-masterdata-java-sev
newTag: 4.1.219.0_qa #4.2501_1_D3_dev #4.2501_1_D2_dev #4.2412_1_D11_dev #4.2412_1_D3_dev #4.2409_1_D49_dev
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/rms/csi-rms-morgue-java-service/db-sync.yaml b/UAT/rms/csi-rms-morgue-java-service/db-sync.yaml
similarity index 100%
rename from DEV/rms/csi-rms-morgue-java-service/db-sync.yaml
rename to UAT/rms/csi-rms-morgue-java-service/db-sync.yaml
diff --git a/DEV/rms/csi-rms-morgue-java-service/hpa.yaml b/UAT/rms/csi-rms-morgue-java-service/hpa.yaml
similarity index 100%
rename from DEV/rms/csi-rms-morgue-java-service/hpa.yaml
rename to UAT/rms/csi-rms-morgue-java-service/hpa.yaml
diff --git a/DEV/rms/csi-rms-morgue-java-service/kustomization.yaml b/UAT/rms/csi-rms-morgue-java-service/kustomization.yaml
similarity index 93%
rename from DEV/rms/csi-rms-morgue-java-service/kustomization.yaml
rename to UAT/rms/csi-rms-morgue-java-service/kustomization.yaml
index 69c8365..bf63d67 100644
--- a/DEV/rms/csi-rms-morgue-java-service/kustomization.yaml
+++ b/UAT/rms/csi-rms-morgue-java-service/kustomization.yaml
@@ -16,12 +16,15 @@ resources:
patchesStrategicMerge:
- hpa.yaml
+replicas:
+ - name: csi-rms-morgue-java-service
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-rms-morgue-java-service
newName: registry.cloudsolutions.com.sa/vida-qa/csi-rms-morgue-java-service
newTag: 4.2.7.0_qa #4.0.0.1_D2_dev #4.1.106.0
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/rms/csi-rms-morgue-java-service/presync.yaml b/UAT/rms/csi-rms-morgue-java-service/presync.yaml
similarity index 100%
rename from DEV/rms/csi-rms-morgue-java-service/presync.yaml
rename to UAT/rms/csi-rms-morgue-java-service/presync.yaml
diff --git a/DEV/rms/csi-rms-reservation-java-sev/hpa.yaml b/UAT/rms/csi-rms-reservation-java-sev/hpa.yaml
similarity index 100%
rename from DEV/rms/csi-rms-reservation-java-sev/hpa.yaml
rename to UAT/rms/csi-rms-reservation-java-sev/hpa.yaml
diff --git a/DEV/rms/csi-rms-reservation-java-sev/kustomization.yaml b/UAT/rms/csi-rms-reservation-java-sev/kustomization.yaml
similarity index 95%
rename from DEV/rms/csi-rms-reservation-java-sev/kustomization.yaml
rename to UAT/rms/csi-rms-reservation-java-sev/kustomization.yaml
index 24c033f..beaea91 100644
--- a/DEV/rms/csi-rms-reservation-java-sev/kustomization.yaml
+++ b/UAT/rms/csi-rms-reservation-java-sev/kustomization.yaml
@@ -9,12 +9,15 @@ resources:
patchesStrategicMerge:
- hpa.yaml
+replicas:
+ - name: csi-rms-reservation-java-sev
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-rms-reservation-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-rms-reservation-java-sev #172.15.100.214:5000/csi-rms-reservation-java-sev
newTag: 4.2502_1_D22_dev #4.2502_1_D21_dev #4.2502_1_D17_dev #4.2502_1_D4_HF_3_dev #4.2502_1_D4_HF_2_dev #4.2502_1_D4_HF_1_dev #4.2502_1_D16_dev #4.2502_1_D13_dev #4.1.322.0_qa #4.2501_1_D7_dev #4.2501_1_D5_dev #4.2501_1_D4_dev #4.2501_1_D3_dev #4.2501_1_D2_dev #4.2501_1_D1_dev #4.2411_1_D15_dev
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/rms/csi-rms-resource-registry-java-sev/hpa.yaml b/UAT/rms/csi-rms-resource-registry-java-sev/hpa.yaml
similarity index 100%
rename from DEV/rms/csi-rms-resource-registry-java-sev/hpa.yaml
rename to UAT/rms/csi-rms-resource-registry-java-sev/hpa.yaml
diff --git a/DEV/rms/csi-rms-resource-registry-java-sev/kustomization.yaml b/UAT/rms/csi-rms-resource-registry-java-sev/kustomization.yaml
similarity index 94%
rename from DEV/rms/csi-rms-resource-registry-java-sev/kustomization.yaml
rename to UAT/rms/csi-rms-resource-registry-java-sev/kustomization.yaml
index 4fcd8a6..38c7bc7 100644
--- a/DEV/rms/csi-rms-resource-registry-java-sev/kustomization.yaml
+++ b/UAT/rms/csi-rms-resource-registry-java-sev/kustomization.yaml
@@ -10,13 +10,15 @@ resources:
patchesStrategicMerge:
- hpa.yaml
-
+replicas:
+ - name: csi-rms-resource-registry-java-sev
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-rms-resource-registry-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-rms-resource-registry-java-sev #172.15.100.214:5000/csi-rms-resource-registry-java-sev
newTag: 4.2502_1_D5_dev #4.2.104.0_qa #4.2412_1_D2_dev #4.2412_1_D1_dev
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/rms/csi-rms-rules-java-sev/hpa.yaml b/UAT/rms/csi-rms-rules-java-sev/hpa.yaml
similarity index 100%
rename from DEV/rms/csi-rms-rules-java-sev/hpa.yaml
rename to UAT/rms/csi-rms-rules-java-sev/hpa.yaml
diff --git a/DEV/rms/csi-rms-rules-java-sev/kustomization.yaml b/UAT/rms/csi-rms-rules-java-sev/kustomization.yaml
similarity index 81%
rename from DEV/rms/csi-rms-rules-java-sev/kustomization.yaml
rename to UAT/rms/csi-rms-rules-java-sev/kustomization.yaml
index 0097f85..9a6e389 100644
--- a/DEV/rms/csi-rms-rules-java-sev/kustomization.yaml
+++ b/UAT/rms/csi-rms-rules-java-sev/kustomization.yaml
@@ -6,11 +6,14 @@ bases:
patchesStrategicMerge:
- hpa.yaml
+replicas:
+ - name: csi-rms-rules-java-sev
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-rms-rules-java-sev
newName: registry.cloudsolutions.com.sa/vida-qa/csi-rms-rules-java-sev
newTag: 1.0.6
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/rms/csi-rms-ui/hpa.yaml b/UAT/rms/csi-rms-ui/hpa.yaml
similarity index 100%
rename from DEV/rms/csi-rms-ui/hpa.yaml
rename to UAT/rms/csi-rms-ui/hpa.yaml
diff --git a/DEV/rms/csi-rms-ui/kustomization.yaml b/UAT/rms/csi-rms-ui/kustomization.yaml
similarity index 95%
rename from DEV/rms/csi-rms-ui/kustomization.yaml
rename to UAT/rms/csi-rms-ui/kustomization.yaml
index e35aa4f..8103f7f 100644
--- a/DEV/rms/csi-rms-ui/kustomization.yaml
+++ b/UAT/rms/csi-rms-ui/kustomization.yaml
@@ -18,7 +18,7 @@ images:
newName: registry.cloudsolutions.com.sa/vida-qa/rms-ui
newTag: 4.2503_1_D1 #4.2502_1_D20 #4.2502_1_D19 #4.2502_1_D17 #4.2502_1_D5 #4.2501_1_D1
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
@@ -60,4 +60,4 @@ patchesJson6902:
patch: |-
- op: replace
path: /metadata/name
- value: after-csi-bm-approval-ui
\ No newline at end of file
+ value: after-csi-bm-approval-ui
diff --git a/DEV/rms/csi-setup-ui/kustomization.yaml b/UAT/rms/csi-setup-ui/kustomization.yaml
similarity index 96%
rename from DEV/rms/csi-setup-ui/kustomization.yaml
rename to UAT/rms/csi-setup-ui/kustomization.yaml
index 8471946..1f3433d 100644
--- a/DEV/rms/csi-setup-ui/kustomization.yaml
+++ b/UAT/rms/csi-setup-ui/kustomization.yaml
@@ -11,7 +11,7 @@ resources:
replicas:
- name: csi-setup-ui
- count: 2
+ count: 1
images:
@@ -19,7 +19,7 @@ images:
newName: registry.cloudsolutions.com.sa/vida-qa/setup-ui
newTag: 4.2501_1_D3 #4.2501_1_D1 #4.2407_1_D37
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
diff --git a/DEV/rms/rms-ui/kustomization.yaml b/UAT/rms/rms-ui/kustomization.yaml
similarity index 98%
rename from DEV/rms/rms-ui/kustomization.yaml
rename to UAT/rms/rms-ui/kustomization.yaml
index 1fd3789..2a47935 100644
--- a/DEV/rms/rms-ui/kustomization.yaml
+++ b/UAT/rms/rms-ui/kustomization.yaml
@@ -15,7 +15,7 @@ images:
newName: registry.cloudsolutions.com.sa/vida-qa/rms-ui
newTag: 4.2501_1_D3 #4.2501_1_D2 #4.2412_1_D12 #4.2412_1_D10
-namespace: csi-dev
+namespace: csi-uat
patchesJson6902:
- target:
group: batch
diff --git a/DEV/rms/setup-ui/hpa.yaml b/UAT/rms/setup-ui/hpa.yaml
similarity index 100%
rename from DEV/rms/setup-ui/hpa.yaml
rename to UAT/rms/setup-ui/hpa.yaml
diff --git a/DEV/security/csi-iam/kustomization.yaml b/UAT/security/csi-iam/kustomization.yaml
similarity index 88%
rename from DEV/security/csi-iam/kustomization.yaml
rename to UAT/security/csi-iam/kustomization.yaml
index 1456fe3..5c31817 100644
--- a/DEV/security/csi-iam/kustomization.yaml
+++ b/UAT/security/csi-iam/kustomization.yaml
@@ -6,9 +6,12 @@ bases:
patchesStrategicMerge:
- patch-hpa.yaml
+replicas:
+ - name: csi-iam
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-iam
newName: registry.cloudsolutions.com.sa/vida-qa/csi-iam
newTag: 4.2.108.4_prod #4.2.108.2.D4_qa #4.2.108.2.D3_qa #4.2.108.2.D2_qa #4.2.108.2.D1_qa #4.2.108.1.D1_qa #4.2.108.0-b1 #4.2.104.0
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/security/csi-iam/patch-hpa.yaml b/UAT/security/csi-iam/patch-hpa.yaml
similarity index 100%
rename from DEV/security/csi-iam/patch-hpa.yaml
rename to UAT/security/csi-iam/patch-hpa.yaml
diff --git a/DEV/security/csi-master-data-management-service/kustomization.yaml b/UAT/security/csi-master-data-management-service/kustomization.yaml
similarity index 81%
rename from DEV/security/csi-master-data-management-service/kustomization.yaml
rename to UAT/security/csi-master-data-management-service/kustomization.yaml
index 44f736c..31182a4 100644
--- a/DEV/security/csi-master-data-management-service/kustomization.yaml
+++ b/UAT/security/csi-master-data-management-service/kustomization.yaml
@@ -6,9 +6,12 @@ bases:
patchesStrategicMerge:
- patch-hpa.yaml
+replicas:
+ - name: csi-master-data-management-service
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-master-data-management-service
newName: registry.cloudsolutions.com.sa/vida-qa/csi-master-data-management-service
newTag: 4.1.1.0-hf1
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/security/csi-master-data-management-service/patch-hpa.yaml b/UAT/security/csi-master-data-management-service/patch-hpa.yaml
similarity index 100%
rename from DEV/security/csi-master-data-management-service/patch-hpa.yaml
rename to UAT/security/csi-master-data-management-service/patch-hpa.yaml
diff --git a/DEV/security/csi-roles-permissions-management-service/kustomization.yaml b/UAT/security/csi-roles-permissions-management-service/kustomization.yaml
similarity index 81%
rename from DEV/security/csi-roles-permissions-management-service/kustomization.yaml
rename to UAT/security/csi-roles-permissions-management-service/kustomization.yaml
index 6706fa9..9b3cf68 100644
--- a/DEV/security/csi-roles-permissions-management-service/kustomization.yaml
+++ b/UAT/security/csi-roles-permissions-management-service/kustomization.yaml
@@ -6,10 +6,13 @@ bases:
patchesStrategicMerge:
- patch-hpa.yaml
+replicas:
+ - name: csi-roles-permissions-management-service
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-roles-permissions-management-service
newName: registry.cloudsolutions.com.sa/vida-qa/csi-roles-permissions-management-service
newTag: 4.1.1.1
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/security/csi-roles-permissions-management-service/patch-hpa.yaml b/UAT/security/csi-roles-permissions-management-service/patch-hpa.yaml
similarity index 100%
rename from DEV/security/csi-roles-permissions-management-service/patch-hpa.yaml
rename to UAT/security/csi-roles-permissions-management-service/patch-hpa.yaml
diff --git a/DEV/security/csi-ui-registry-service/kustomization.yaml b/UAT/security/csi-ui-registry-service/kustomization.yaml
similarity index 82%
rename from DEV/security/csi-ui-registry-service/kustomization.yaml
rename to UAT/security/csi-ui-registry-service/kustomization.yaml
index 897be4b..2881175 100644
--- a/DEV/security/csi-ui-registry-service/kustomization.yaml
+++ b/UAT/security/csi-ui-registry-service/kustomization.yaml
@@ -6,9 +6,12 @@ bases:
patchesStrategicMerge:
- patch-hpa.yaml
+replicas:
+ - name: csi-ui-registry-service
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-ui-registry-service
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ui-registry-service
newTag: 4.1.1.1
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/security/csi-ui-registry-service/patch-hpa.yaml b/UAT/security/csi-ui-registry-service/patch-hpa.yaml
similarity index 100%
rename from DEV/security/csi-ui-registry-service/patch-hpa.yaml
rename to UAT/security/csi-ui-registry-service/patch-hpa.yaml
diff --git a/DEV/security/jboss-infinispan-server/kustomization.yaml b/UAT/security/jboss-infinispan-server/kustomization.yaml
similarity index 89%
rename from DEV/security/jboss-infinispan-server/kustomization.yaml
rename to UAT/security/jboss-infinispan-server/kustomization.yaml
index 43851b5..f30e7f8 100644
--- a/DEV/security/jboss-infinispan-server/kustomization.yaml
+++ b/UAT/security/jboss-infinispan-server/kustomization.yaml
@@ -6,6 +6,9 @@ bases:
patchesStrategicMerge:
- patch-hpa.yaml
+replicas:
+ - name: jboss-infinispan-server
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/jboss-infinispan-server
newName: registry.cloudsolutions.com.sa/vida-qa/jboss-infinispan-server
@@ -27,4 +30,4 @@ patchesJson6902:
value: "core"
effect: "NoSchedule"
-namespace: csi-dev
+namespace: csi-uat
diff --git a/DEV/security/jboss-infinispan-server/patch-hpa.yaml b/UAT/security/jboss-infinispan-server/patch-hpa.yaml
similarity index 100%
rename from DEV/security/jboss-infinispan-server/patch-hpa.yaml
rename to UAT/security/jboss-infinispan-server/patch-hpa.yaml
diff --git a/DEV/security/securityiamcache/kustomization.yaml b/UAT/security/securityiamcache/kustomization.yaml
similarity index 82%
rename from DEV/security/securityiamcache/kustomization.yaml
rename to UAT/security/securityiamcache/kustomization.yaml
index daa91c4..9f1abf3 100644
--- a/DEV/security/securityiamcache/kustomization.yaml
+++ b/UAT/security/securityiamcache/kustomization.yaml
@@ -6,9 +6,12 @@ bases:
patchesStrategicMerge:
- patch-hpa.yaml
+replicas:
+ - name: jboss-infinispan-server
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/jboss-infinispan-server
newName: registry.cloudsolutions.com.sa/vida-qa/jboss-infinispan-server
newTag: 9.4.8.Final
-namespace: csi-dev
\ No newline at end of file
+namespace: csi-uat
diff --git a/DEV/security/securityiamcache/patch-hpa.yaml b/UAT/security/securityiamcache/patch-hpa.yaml
similarity index 100%
rename from DEV/security/securityiamcache/patch-hpa.yaml
rename to UAT/security/securityiamcache/patch-hpa.yaml
diff --git a/DEV/security/securityiamservice/kustomization.yaml b/UAT/security/securityiamservice/kustomization.yaml
similarity index 86%
rename from DEV/security/securityiamservice/kustomization.yaml
rename to UAT/security/securityiamservice/kustomization.yaml
index 47ea6dd..224c073 100644
--- a/DEV/security/securityiamservice/kustomization.yaml
+++ b/UAT/security/securityiamservice/kustomization.yaml
@@ -6,9 +6,12 @@ bases:
patchesStrategicMerge:
- patch-hpa.yaml
+replicas:
+ - name: csi-iam
+ count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/csi-iam
newName: registry.cloudsolutions.com.sa/vida-qa/csi-iam
newTag: 4.2.108.2.D1_qa #4.2.108.1.D1_qa #4.2.108.0-b1 #4.2.104.0
-namespace: csi-dev
\ No newline at end of file
+namespace: csi-uat
diff --git a/DEV/superset/base/Deployment.yaml b/UAT/superset/base/Deployment.yaml
similarity index 96%
rename from DEV/superset/base/Deployment.yaml
rename to UAT/superset/base/Deployment.yaml
index 9994115..c3b443d 100644
--- a/DEV/superset/base/Deployment.yaml
+++ b/UAT/superset/base/Deployment.yaml
@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: superset
- namespace: csi-dev
+ namespace: csi-uat
spec:
replicas: 1
selector:
@@ -49,7 +49,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: worker
- namespace: csi-dev
+ namespace: csi-uat
spec:
replicas: 2
selector:
@@ -98,7 +98,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: superset-worker-beat
- namespace: csi-dev
+ namespace: csi-uat
spec:
replicas: 1
selector:
@@ -147,7 +147,7 @@ spec:
apiVersion: apps/v1
kind: Deployment
metadata:
- namespace: csi-dev
+ namespace: csi-uat
name: redis-superset
labels:
app: redis-superset
@@ -166,4 +166,4 @@ spec:
- name: redis-superset
image: registry.cloudsolutions.com.sa/public/redis:7
ports:
- - containerPort: 6379
\ No newline at end of file
+ - containerPort: 6379
diff --git a/DEV/superset/base/hpa.yaml b/UAT/superset/base/hpa.yaml
similarity index 100%
rename from DEV/superset/base/hpa.yaml
rename to UAT/superset/base/hpa.yaml
diff --git a/DEV/superset/base/kustomization.yaml b/UAT/superset/base/kustomization.yaml
similarity index 100%
rename from DEV/superset/base/kustomization.yaml
rename to UAT/superset/base/kustomization.yaml
diff --git a/DEV/superset/base/service.yaml b/UAT/superset/base/service.yaml
similarity index 83%
rename from DEV/superset/base/service.yaml
rename to UAT/superset/base/service.yaml
index 4781216..9cb21cf 100644
--- a/DEV/superset/base/service.yaml
+++ b/UAT/superset/base/service.yaml
@@ -4,7 +4,7 @@ metadata:
labels:
app: superset
name: superset
- namespace: csi-dev
+ namespace: csi-uat
spec:
ports:
- port: 80
@@ -18,11 +18,11 @@ apiVersion: v1
kind: Service
metadata:
name: redis-superset-svc
- namespace: csi-dev
+ namespace: csi-uat
spec:
selector:
app: redis-superset
ports:
- protocol: TCP
port: 6379
- targetPort: 6379
\ No newline at end of file
+ targetPort: 6379
diff --git a/DEV/support-portal/support-portal/hpa.yaml b/UAT/support-portal/support-portal/hpa.yaml
similarity index 100%
rename from DEV/support-portal/support-portal/hpa.yaml
rename to UAT/support-portal/support-portal/hpa.yaml
diff --git a/DEV/support-portal/support-portal/kustomization.yaml b/UAT/support-portal/support-portal/kustomization.yaml
similarity index 95%
rename from DEV/support-portal/support-portal/kustomization.yaml
rename to UAT/support-portal/support-portal/kustomization.yaml
index 962b6c3..21cc5a8 100644
--- a/DEV/support-portal/support-portal/kustomization.yaml
+++ b/UAT/support-portal/support-portal/kustomization.yaml
@@ -12,4 +12,4 @@ images:
newName: registry.cloudsolutions.com.sa/vida-qa/csi-support-portal
newTag: 2.0.0.15 #2.0.0.9 #2.0.0.4
-namespace: csi-dev
\ No newline at end of file
+namespace: csi-uat