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