fix(umami): update resources
All checks were successful
Renovate / renovate (push) Successful in 27s
All checks were successful
Renovate / renovate (push) Successful in 27s
This commit is contained in:
parent
5d1cbd290a
commit
6f7f527d0c
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue