diff --git a/java/Chart.yaml b/java/Chart.yaml index 0d117e5..ee13f21 100644 --- a/java/Chart.yaml +++ b/java/Chart.yaml @@ -16,7 +16,7 @@ keywords: dependencies: - name: library - version: 1.1.7 + 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" . -}} 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