chore(vikunja): update resources
All checks were successful
Renovate / renovate (push) Successful in 22s
All checks were successful
Renovate / renovate (push) Successful in 22s
This commit is contained in:
parent
7dfdc10378
commit
3ba0a9a380
3 changed files with 17 additions and 7 deletions
|
@ -49,6 +49,10 @@ spec:
|
|||
secretKeyRef:
|
||||
name: default-cluster-pguser-vikunja
|
||||
key: password
|
||||
- name: GOMEMLIMIT
|
||||
valueFrom:
|
||||
resourceFieldRef:
|
||||
resource: limits.memory
|
||||
ports:
|
||||
- containerPort: 3456
|
||||
securityContext:
|
||||
|
@ -59,9 +63,12 @@ spec:
|
|||
- ALL
|
||||
privileged: false
|
||||
resources:
|
||||
requests:
|
||||
memory: 30Mi
|
||||
cpu: 20m
|
||||
limits:
|
||||
memory: "384Mi"
|
||||
cpu: "100m"
|
||||
memory: "100Mi"
|
||||
cpu: "50m"
|
||||
volumeMounts:
|
||||
- name: vikunja-config
|
||||
mountPath: /etc/vikunja
|
||||
|
|
|
@ -11,8 +11,8 @@ spec:
|
|||
replicas: 2
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 350Mi
|
||||
cpu: 50m
|
||||
memory: 50Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 350Mi
|
|
@ -26,8 +26,11 @@ spec:
|
|||
- name: VIKUNJA_HTTP_PORT
|
||||
value: "8080"
|
||||
resources:
|
||||
requests:
|
||||
memory: 15Mi
|
||||
cpu: 10m
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
memory: "50Mi"
|
||||
cpu: "50m"
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
Loading…
Reference in a new issue