From f51c9f2d7355362764ac2b28ae3cd9e09a750fb5 Mon Sep 17 00:00:00 2001 From: "jona.klaess" Date: Mon, 15 Jun 2026 23:29:53 +0200 Subject: [PATCH] scale ptpchat --- ptp-chat/ptp-chat-db.yaml | 2 +- ptp-chat/ptp-chat-hpa.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ptp-chat/ptp-chat-db.yaml b/ptp-chat/ptp-chat-db.yaml index cda8994..bb041ba 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: 0 + replicas: 1 selector: matchLabels: app: ptp-chat-db diff --git a/ptp-chat/ptp-chat-hpa.yaml b/ptp-chat/ptp-chat-hpa.yaml index a3bbce2..da103dd 100644 --- a/ptp-chat/ptp-chat-hpa.yaml +++ b/ptp-chat/ptp-chat-hpa.yaml @@ -7,7 +7,6 @@ spec: apiVersion: apps/v1 kind: Deployment name: ptp-chat-frontend - desiredReplicas: 0 minReplicas: 1 maxReplicas: 5 metrics: @@ -27,7 +26,6 @@ spec: apiVersion: apps/v1 kind: Deployment name: ptp-chat-backend - desiredReplicas: 0 minReplicas: 1 maxReplicas: 5 metrics: