Angus Williams

Results 5 issues of Angus Williams

Allow containers to be run as non root by adding an influxdb user and group. Home directory of the user is set to the data dir of influx. The intent...

Upgrade docs state minimum required postgres version is >= 10, but release notes for 2.9.0 state the minum required postgres version is >= 12. > As of Harbor v2.9.0, only...

Remove quotes from auth variables beginning with ${?. This allows username or password secrets to be interpolated from the environment without needing to provide the entire config file as a...

The metric `elasticsearch_jvm_gc_collection_seconds_count` is incorrectly named, it counts GC events rather than GC time, so should be named `elasticsearch_jvm_gc_collection_count`. This issue was fixed by this MR: https://github.com/prometheus-community/elasticsearch_exporter/pull/324 But then reverted...

I'm running NUI in Kubernetes (thanks for building a great app!), and I use the auto-load feature to populate well-known configurations by loading contexts from JSON via secrets. This gives...

Improvement