scale down
All checks were successful
Mirror to GitHub / mirror (push) Successful in 8s

This commit is contained in:
jona.klaess
2026-06-12 09:51:55 +02:00
parent 102908d8e4
commit 3f69798a68
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ metadata:
labels: labels:
app: ptp-chat-db app: ptp-chat-db
spec: spec:
replicas: 1 replicas: 0
selector: selector:
matchLabels: matchLabels:
app: ptp-chat-db app: ptp-chat-db

View File

@@ -26,7 +26,7 @@ spec:
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
name: ptp-chat-backend name: ptp-chat-backend
minReplicas: 2 minReplicas: 1
maxReplicas: 5 maxReplicas: 5
metrics: metrics:
- type: Resource - type: Resource