From 7c3dbf2c834171eb8c51cf0953e723329dde0197 Mon Sep 17 00:00:00 2001 From: "jona.klaess" Date: Fri, 12 Jun 2026 10:21:17 +0200 Subject: [PATCH] scale down fully --- ptp-chat/ptp-chat-hpa.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ptp-chat/ptp-chat-hpa.yaml b/ptp-chat/ptp-chat-hpa.yaml index da103dd..a3bbce2 100644 --- a/ptp-chat/ptp-chat-hpa.yaml +++ b/ptp-chat/ptp-chat-hpa.yaml @@ -7,6 +7,7 @@ spec: apiVersion: apps/v1 kind: Deployment name: ptp-chat-frontend + desiredReplicas: 0 minReplicas: 1 maxReplicas: 5 metrics: @@ -26,6 +27,7 @@ spec: apiVersion: apps/v1 kind: Deployment name: ptp-chat-backend + desiredReplicas: 0 minReplicas: 1 maxReplicas: 5 metrics: