From 3f69798a68e5dd6b8b4a8c5abc3957df1230a45d Mon Sep 17 00:00:00 2001 From: "jona.klaess" Date: Fri, 12 Jun 2026 09:51:55 +0200 Subject: [PATCH] scale down --- ptp-chat/ptp-chat-db.yaml | 2 +- ptp-chat/ptp-chat-hpa.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ptp-chat/ptp-chat-db.yaml b/ptp-chat/ptp-chat-db.yaml index bb041ba..cda8994 100644 --- a/ptp-chat/ptp-chat-db.yaml +++ b/ptp-chat/ptp-chat-db.yaml @@ -20,7 +20,7 @@ metadata: labels: app: ptp-chat-db spec: - replicas: 1 + replicas: 0 selector: matchLabels: app: ptp-chat-db diff --git a/ptp-chat/ptp-chat-hpa.yaml b/ptp-chat/ptp-chat-hpa.yaml index 3dc6fa8..da103dd 100644 --- a/ptp-chat/ptp-chat-hpa.yaml +++ b/ptp-chat/ptp-chat-hpa.yaml @@ -26,7 +26,7 @@ spec: apiVersion: apps/v1 kind: Deployment name: ptp-chat-backend - minReplicas: 2 + minReplicas: 1 maxReplicas: 5 metrics: - type: Resource