Update values.yaml
parent
767dce4e6e
commit
95ee112b03
|
|
@ -71,11 +71,11 @@ preferences:
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 250m
|
cpu: 500m
|
||||||
memory: 512Mi
|
memory: 1Gi
|
||||||
limits:
|
limits:
|
||||||
cpu: 250m
|
cpu: 500m
|
||||||
memory: 512Mi
|
memory: 1Gi
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
@ -152,4 +152,5 @@ containerSecurityContext:
|
||||||
appArmorProfile:
|
appArmorProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
windowsOptions:
|
windowsOptions:
|
||||||
|
|
||||||
hostProcess: false
|
hostProcess: false
|
||||||
Loading…
Reference in New Issue