From 0a5d77eb6219bdf2b92ecdfe5ce73b9b0ca7acd0 Mon Sep 17 00:00:00 2001 From: ByeonJungHun Date: Mon, 8 Apr 2024 18:45:26 +0900 Subject: [PATCH] =?UTF-8?q?yml=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bussiness1-chl.template | 4 ++-- bussiness1-chl.yml | 4 ++-- bussiness1-core.template | 4 ++-- bussiness1-core.yml | 6 +++--- bussiness1-mci.template | 4 ++-- bussiness1-mci.yml | 4 ++-- chl-hpa.yml | 2 +- core-hpa.yml | 2 +- mci-hpa.yml | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bussiness1-chl.template b/bussiness1-chl.template index 2d7ffcb..4d49706 100644 --- a/bussiness1-chl.template +++ b/bussiness1-chl.template @@ -21,10 +21,10 @@ spec: resources: limits: cpu: 0.5 - memory: 500Mi + memory: 150Mi requests: cpu: 0.3 - memory: 300Mi + memory: 100Mi env: - name: mci_url value: "http://mci-svc.bussiness1.svc:8080/bussiness1/mci_core.jsp" diff --git a/bussiness1-chl.yml b/bussiness1-chl.yml index 9da9608..4281de8 100644 --- a/bussiness1-chl.yml +++ b/bussiness1-chl.yml @@ -21,10 +21,10 @@ spec: resources: limits: cpu: 0.5 - memory: 500Mi + memory: 150Mi requests: cpu: 0.3 - memory: 300Mi + memory: 100Mi env: - name: mci_url value: "http://mci-svc.bussiness1.svc:8080/bussiness1/mci_core.jsp" diff --git a/bussiness1-core.template b/bussiness1-core.template index 34dd0b7..31a1a54 100644 --- a/bussiness1-core.template +++ b/bussiness1-core.template @@ -21,10 +21,10 @@ spec: resources: limits: cpu: 0.5 - memory: 500Mi + memory: 150Mi requests: cpu: 0.3 - memory: 300Mi + memory: 100Mi env: - name: agentname value: core_business1_tomcat diff --git a/bussiness1-core.yml b/bussiness1-core.yml index 1025d4f..c6072e4 100644 --- a/bussiness1-core.yml +++ b/bussiness1-core.yml @@ -17,14 +17,14 @@ spec: spec: containers: - name: bussiness1-core - image: harbor.elppa.xyz/test/intermax:test18 + image: harbor.elppa.xyz/test/intermax:test19 resources: limits: cpu: 0.5 - memory: 500Mi + memory: 150Mi requests: cpu: 0.3 - memory: 300Mi + memory: 100Mi env: - name: agentname value: core_business1_tomcat diff --git a/bussiness1-mci.template b/bussiness1-mci.template index 7c1ef19..d245a67 100644 --- a/bussiness1-mci.template +++ b/bussiness1-mci.template @@ -21,10 +21,10 @@ spec: resources: limits: cpu: 0.5 - memory: 500Mi + memory: 150Mi requests: cpu: 0.3 - memory: 300Mi + memory: 100Mi env: - name: core_url value: "http://core-svc.bussiness1.svc:8080/bussiness1/core.jsp" diff --git a/bussiness1-mci.yml b/bussiness1-mci.yml index 2f37dd5..3c550ba 100644 --- a/bussiness1-mci.yml +++ b/bussiness1-mci.yml @@ -21,10 +21,10 @@ spec: resources: limits: cpu: 0.5 - memory: 500Mi + memory: 150Mi requests: cpu: 0.3 - memory: 300Mi + memory: 100Mi env: - name: core_url value: "http://core-svc.bussiness1.svc:8080/bussiness1/core.jsp" diff --git a/chl-hpa.yml b/chl-hpa.yml index 65b3c60..1c0b5f0 100644 --- a/chl-hpa.yml +++ b/chl-hpa.yml @@ -13,5 +13,5 @@ spec: metrics: - type: Resource resource: - name: cpu + name: memory targetAverageUtilization: 30 \ No newline at end of file diff --git a/core-hpa.yml b/core-hpa.yml index 343c1d4..b5b7e2b 100644 --- a/core-hpa.yml +++ b/core-hpa.yml @@ -13,5 +13,5 @@ spec: metrics: - type: Resource resource: - name: cpu + name: memory targetAverageUtilization: 30 \ No newline at end of file diff --git a/mci-hpa.yml b/mci-hpa.yml index e829d51..b4b859d 100644 --- a/mci-hpa.yml +++ b/mci-hpa.yml @@ -13,5 +13,5 @@ spec: metrics: - type: Resource resource: - name: cpu + name: memory targetAverageUtilization: 30 \ No newline at end of file