From 906f6febfa1a2f4e0388916b6a54a4f43e8854b6 Mon Sep 17 00:00:00 2001 From: mokainos Date: Tue, 17 Jan 2023 10:47:04 +0000 Subject: [PATCH 1/2] initial --- java/Chart.yaml | 2 +- java/values.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/java/Chart.yaml b/java/Chart.yaml index 0d117e5..6be5473 100644 --- a/java/Chart.yaml +++ b/java/Chart.yaml @@ -16,7 +16,7 @@ keywords: dependencies: - name: library - version: 1.1.7 + version: 1.1.8 repository: https://hmctspublic.azurecr.io/helm/v1/repo/ - name: postgresql version: 12.1.9 diff --git a/java/values.yaml b/java/values.yaml index 6d8be5f..531a383 100644 --- a/java/values.yaml +++ b/java/values.yaml @@ -102,3 +102,7 @@ functionaltestscron: # autoscaling: enabled: false + cpu: + averageUtilization: 80 + memory: + averageUtilization: 80 From fff31e2ab87c2c9820d364a70d9b99f4bb1e55b2 Mon Sep 17 00:00:00 2001 From: mokainos Date: Tue, 17 Jan 2023 16:50:39 +0000 Subject: [PATCH 2/2] update --- java/Chart.yaml | 2 +- java/templates/hpa.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/java/Chart.yaml b/java/Chart.yaml index 6be5473..ee13f21 100644 --- a/java/Chart.yaml +++ b/java/Chart.yaml @@ -16,7 +16,7 @@ keywords: dependencies: - name: library - version: 1.1.8 + version: 2.0.0 repository: https://hmctspublic.azurecr.io/helm/v1/repo/ - name: postgresql version: 12.1.9 diff --git a/java/templates/hpa.yaml b/java/templates/hpa.yaml index 7f52e32..2c8020d 100644 --- a/java/templates/hpa.yaml +++ b/java/templates/hpa.yaml @@ -1 +1 @@ -{{- template "hmcts.hpa.v2.tpl" . -}} +{{- template "hmcts.hpa.v3.tpl" . -}}