mirror of
https://github.com/truenas/charts.git
synced 2026-06-16 23:19:15 +08:00
add some def values
This commit is contained in:
@@ -232,6 +232,14 @@ securityContext:
|
||||
add: []
|
||||
drop:
|
||||
- ALL
|
||||
# Default resources for main container
|
||||
resources:
|
||||
limits:
|
||||
cpu: 4000m
|
||||
memory: 8Gi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 50Mi
|
||||
|
||||
nameOverride: ""
|
||||
|
||||
@@ -302,8 +310,6 @@ controller:
|
||||
# -- Set statefulset RollingUpdate partition
|
||||
partition:
|
||||
|
||||
initContainers: {}
|
||||
|
||||
# -- Configure the services for the chart here.
|
||||
# Additional services can be added by adding a dictionary key similar to the 'main' service.
|
||||
# @default -- See below
|
||||
|
||||
Reference in New Issue
Block a user