Skip to content

Commit

Permalink
fix(playit): remove memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Feb 1, 2025
1 parent d591327 commit 14e9c30
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ spec:
readOnlyRootFilesystem: true
capabilities:
drop: [ALL]
# envFrom:
# - secretRef:
# name: zigbee2mqtt-env
env:
TZ: ${SETTING_TZ}
image:
Expand All @@ -65,8 +62,6 @@ spec:
requests:
cpu: 10m
memory: 150Mi
limits:
memory: 300Mi
probes:
liveness:
enabled: false
Expand Down

0 comments on commit 14e9c30

Please sign in to comment.