David Allen

Results 123 comments of David Allen

> Yeah, i was thinking about an intermediate proxy application between the LB and the Neo4J instance, connections to the LB connect to the proxy application which you can spin...

``` $ sync ; time sh -c "dd if=/dev/zero of=/tmp/testfile bs=100k count=1k && sync" ; rm /tmp/testfile 1024+0 records in 1024+0 records out 104857600 bytes (105 MB, 100 MiB) copied,...

issue is that a lot of cloud providers, when provisioning smaller disks, will give you lower iops and throughput on disks which are small slivers of larger SANs they're using...

@rokroskar have you had a look at the custom configuration section in the docs? You can express any arbitrary Neo4j config (to include plugin configuration) using the techniques that are...

it's easy to miss unfortunately, but yes the Neo4j docker container has this convention that any Neo4j config can be expressed as an env var. `foo.hello_world.baz` => `NEO4J_foo_hello__world_baz`

what kind of change scenario (by helm) do you have in mind? As in, like what set of commands would you use with helm to change your config dynamically if...

Thanks for the detail. This is worth thinking about, and so I'll re-open, as initially I thought this was just a basic support question. I need to think about this...

@rokroskar I mean, a thing I need to try to control for in the design of this thing is not overwhelming with so many different options. For example, we've had...

@rokroskar what you suggest in terms of configOptions is 100% possible. Just mulling over what's _desirable_. In the end - each container has a neo4j.conf file which is a text...

I can't say always what the operational details are for them internally that make them want configmaps, but it's something I've heard repeatedly. A lot of the groups I've worked...