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