Skip to content

Commit fcc0a2e

Browse files
committed
Update values.yaml
1 parent 1e953bc commit fcc0a2e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pkg/helm/values.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ preferences:
7171

7272
resources:
7373
requests:
74-
cpu: 250m
75-
memory: 512Mi
74+
cpu: 500m
75+
memory: 1Gi
7676
limits:
77-
cpu: 250m
78-
memory: 512Mi
77+
cpu: 500m
78+
memory: 1Gi
7979

8080
persistence:
8181
enabled: true
@@ -152,4 +152,5 @@ containerSecurityContext:
152152
appArmorProfile:
153153
type: RuntimeDefault
154154
windowsOptions:
155-
hostProcess: false
155+
156+
hostProcess: false

0 commit comments

Comments
 (0)