diff --git a/dubyatp-xyz/deployment.yaml b/dubyatp-xyz/deployment.yaml index 831d098..0bc8fd4 100644 --- a/dubyatp-xyz/deployment.yaml +++ b/dubyatp-xyz/deployment.yaml @@ -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"