Skip to content

Commit e67f72d

Browse files
committed
Simplify defaults
1 parent 0b6291d commit e67f72d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

frontend/values.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,7 @@ services: {}
229229
# - files
230230
#
231231
# # Security context settings for this service
232-
# securityContext:
233-
# # Prevent privilege escalation
234-
# allowPrivilegeEscalation: false
235-
# # Specify user ID
236-
# runAsUser: 1000
237-
# # Specify group ID
238-
# runAsGroup: 1000
239-
# # Specify filesystem group ID for volume access
240-
# fsGroup: 1000
232+
# securityContext: { }
241233

242234
# # Enable autoscaling using HorizontalPodAutoscaler
243235
# # see: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/

0 commit comments

Comments
 (0)