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:
|
image:
|
||||||
repository: ghcr.io/jorenn92/maintainerr
|
repository: ghcr.io/jorenn92/maintainerr
|
||||||
tag: 1.7.1@sha256:69756fae3b2a58905a1ca3ad86d34b59effd8c92140dcb70fd315ffccdea4e0d
|
tag: 1.7.1@sha256:69756fae3b2a58905a1ca3ad86d34b59effd8c92140dcb70fd315ffccdea4e0d
|
||||||
|
env:
|
||||||
|
TZ: America/Chicago
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 5m
|
cpu: 5m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 512Mi
|
memory: 1Gi
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|
Loading…
Reference in a new issue