From 8ffbb4fa024b9ccc197b663fd8e3a4444811a6d3 Mon Sep 17 00:00:00 2001 From: "jona.klaess" Date: Wed, 17 Jun 2026 00:06:40 +0200 Subject: [PATCH] fix --- ptp-chat/ptp-chat-hpa.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ptp-chat/ptp-chat-hpa.yaml b/ptp-chat/ptp-chat-hpa.yaml index 443f691..5eb3dee 100644 --- a/ptp-chat/ptp-chat-hpa.yaml +++ b/ptp-chat/ptp-chat-hpa.yaml @@ -32,6 +32,12 @@ spec: - type: Resource resource: name: cpu + target: + type: Utilization + averageUtilization: 70 + - type: Resource + resource: + name: memory target: type: Utilization averageUtilization: 60 \ No newline at end of file