Skip to content

Commit 79f6ebe

Browse files
authored
Update values.yaml
1 parent afc8bc6 commit 79f6ebe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

charts/excalidraw/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ podSecurityContext:
3131
# fsGroup: 2000
3232

3333
securityContext:
34-
readOnlyRootFilesystem: false
34+
readOnlyRootFilesystem: true
3535
runAsNonRoot: true
36-
runAsUser: 101
36+
runAsUser: 1001
3737
# capabilities:
3838
# drop:
3939
# - ALL
@@ -68,11 +68,11 @@ resources:
6868
# resources, such as Minikube. If you do want to specify resources, uncomment the following
6969
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
7070
limits:
71-
cpu: 300m
72-
memory: 512Mi
73-
requests:
74-
cpu: 200m
71+
cpu: 150m
7572
memory: 256Mi
73+
requests:
74+
cpu: 20m
75+
memory: 128Mi
7676

7777
autoscaling:
7878
enabled: false

0 commit comments

Comments
 (0)