fix(umami): update resources
All checks were successful
Renovate / renovate (push) Successful in 27s

This commit is contained in:
Peter 2024-04-29 17:40:52 +02:00
parent 5d1cbd290a
commit 6f7f527d0c
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -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