Update TZ and memory limit.
This commit is contained in:
parent
4da0f4ca0d
commit
ba7fe9bcd5
1 changed files with 3 additions and 1 deletions
|
@ -33,12 +33,14 @@ spec:
|
|||
image:
|
||||
repository: ghcr.io/jorenn92/maintainerr
|
||||
tag: 1.7.1@sha256:69756fae3b2a58905a1ca3ad86d34b59effd8c92140dcb70fd315ffccdea4e0d
|
||||
env:
|
||||
TZ: America/Chicago
|
||||
resources:
|
||||
requests:
|
||||
cpu: 5m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
memory: 512Mi
|
||||
memory: 1Gi
|
||||
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in a new issue