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: