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:
|
containers:
|
||||||
- name: umami
|
- name: umami
|
||||||
image: umami
|
image: umami
|
||||||
command:
|
|
||||||
- "/bin/bash"
|
|
||||||
- "-c"
|
|
||||||
args:
|
|
||||||
- 'sleep 3600'
|
|
||||||
env:
|
env:
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
@ -32,10 +27,10 @@ spec:
|
||||||
name: umami-config
|
name: umami-config
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "64Mi"
|
memory: "256Mi"
|
||||||
cpu: "50m"
|
cpu: "50m"
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "384Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
|
|
Loading…
Reference in a new issue