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

This commit is contained in:
jona.klaess
2026-06-11 19:34:17 +02:00
parent 5f8163bdb3
commit ade13c56ae

View File

@@ -6,6 +6,7 @@ metadata:
labels: labels:
app: ptp-chat-backend app: ptp-chat-backend
spec: spec:
revisonsHistoryLimit: 2
selector: selector:
matchLabels: matchLabels:
app: ptp-chat-backend app: ptp-chat-backend
@@ -35,10 +36,10 @@ spec:
containerPort: 8081 containerPort: 8081
resources: resources:
requests: requests:
memory: 0.4Gi memory: 400Mi
cpu: 0.05 cpu: 0.1
limits: limits:
memory: 0.8Gi memory: 800Mi
cpu: 0.5 cpu: 0.5
readinessProbe: readinessProbe:
httpGet: httpGet: