diff --git a/umami/resources/deployment.yaml b/umami/resources/deployment.yaml index 0ad4326..a81720f 100644 --- a/umami/resources/deployment.yaml +++ b/umami/resources/deployment.yaml @@ -16,11 +16,6 @@ spec: containers: - name: umami image: umami - command: - - "/bin/bash" - - "-c" - args: - - 'sleep 3600' env: - name: DATABASE_URL valueFrom: @@ -32,10 +27,10 @@ spec: name: umami-config resources: requests: - memory: "64Mi" + memory: "256Mi" cpu: "50m" limits: - memory: "128Mi" + memory: "384Mi" cpu: "100m" ports: - containerPort: 3000