From 3f09ab76af562687aefa10d72d31a97584be9646 Mon Sep 17 00:00:00 2001 From: miko-ov Date: Wed, 13 Dec 2023 09:36:48 +0800 Subject: [PATCH] Correct syntax in hpa --- chart/pixelaw-core/templates/hpa.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chart/pixelaw-core/templates/hpa.yaml b/chart/pixelaw-core/templates/hpa.yaml index 5f13975..6322b67 100644 --- a/chart/pixelaw-core/templates/hpa.yaml +++ b/chart/pixelaw-core/templates/hpa.yaml @@ -17,9 +17,9 @@ spec: target: type: Utilization averageUtilization: {{ .Values.averageCPUUtilization }} - - type: Resource - resource: - name: memory - target: - type: Utilization - averageUtilization: {{ .Values.averageMemoryUtilization }} + - type: Resource + resource: + name: memory + target: + type: Utilization + averageUtilization: {{ .Values.averageMemoryUtilization }}