dubyatp.xyz add replicas and resource limits

This commit is contained in:
2025-07-01 22:06:44 -04:00
parent 3acdcf3867
commit 968acc4be8

View File

@@ -3,6 +3,7 @@ kind: Deployment
metadata:
name: dubyatp-xyz
spec:
replicas: 3
selector:
matchLabels:
app: dubyatp-xyz
@@ -16,5 +17,8 @@ spec:
image: git.dubyatp.xyz/williamp/dubyatp-xyz:a3b9034
resources:
limits:
memory: "128Mi"
memory: "1Gi"
cpu: "500m"
requests:
memory: "256Mi"
cpu: "500m"