Skip to content

Commit

Permalink
fixed values
Browse files Browse the repository at this point in the history
Signed-off-by: Gianmarco Mameli <gnammyx@gmail.com>
  • Loading branch information
gianmarco-mameli committed Aug 13, 2024
1 parent 420b1bb commit 01db96c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/node-red/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ securityContext:
runAsNonRoot: true
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsGroup: 10003
runAsUser: 10003
runAsGroup: 1000
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
capabilities:
Expand Down Expand Up @@ -212,7 +212,7 @@ resources:
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
limits:
cpu: 500m
memory: 5123Mi
memory: 512Mi
requests:
cpu: 100m
memory: 128Mi
Expand Down

0 comments on commit 01db96c

Please sign in to comment.