Skip to content

Commit

Permalink
Update values-feature.yaml (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
kramakur authored Dec 11, 2023
1 parent 38b7a18 commit 5016ea8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/nifi-efs/values-feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ingress:

resources:
limits:
memory: "1Gi"
memory: "2Gi"

autoscaling:
enabled: false
Expand All @@ -75,8 +75,8 @@ efsFileSystemId: ""
### Nifi Configurations ###

jvmheap:
init: "2g"
max: "2g"
init: "1g"
max: "1g"

jdbcConnectionString: ""
elasticSearchHost: "http://elasticsearch.default.svc.cluster.local:9200"
Expand Down

0 comments on commit 5016ea8

Please sign in to comment.