From da7c0a87797ee67e2b16b4dd6a186247eef6ee5c Mon Sep 17 00:00:00 2001 From: "jona.klaess" Date: Tue, 16 Jun 2026 10:59:16 +0200 Subject: [PATCH] only use cpu scaling --- ptp-chat/ptp-chat-hpa.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ptp-chat/ptp-chat-hpa.yaml b/ptp-chat/ptp-chat-hpa.yaml index da103dd..443f691 100644 --- a/ptp-chat/ptp-chat-hpa.yaml +++ b/ptp-chat/ptp-chat-hpa.yaml @@ -34,10 +34,4 @@ spec: name: cpu target: type: Utilization - averageUtilization: 60 - - type: Resource - resource: - name: memory - target: - type: Utilization - averageUtilization: 70 + averageUtilization: 60 \ No newline at end of file