Douglas Duckworth

Results 20 comments of Douglas Duckworth

An example latency check that works well! ``` - alert: goldpinger-node-latency expr: | sum (rate(goldpinger_peers_response_time_s_sum{call_type="ping"}[1m])) by (goldpinger_instance, host_ip, pod) > 0.040 for: 1m annotations: description: | Goldpinger pod {{ "{{...

Thank you everyone. I would expect Ansible and the libraries it leverages to use the system default CA store which would be `/etc/pki/tls/certs/ca-bundle.crt.` This would make it unnecessary to specify...

Any update with the chart? I would like to use this as well.

I forked it. The image **quay.io/vanessa/sregistry_nginx:1.1.34** fails due to `2021/04/06 19:32:28 [emerg] 1#1: invalid number of arguments in "client_body_timeout" directive in /etc/nginx/conf.d/default.conf:7` Deleted that entirely then new errors in same...

Hmm ok I am using a nginx image with your release `1.1.34`. The uwsgi container gives me this django error: ```Thu Jun 17 14:02:59 2021 - Python version: 3.5.7 (default,...

So `uwsgi` dies due to "permission denied /" error but the k8s health check on uwsgi does not know about that. So the container stays up, in bad state, and...

Thank you. I wonder if that would cause the permission denied "/" error? I will push my changes to the fork.

Ah, [this is an option already](https://github.com/ifelsefi/helm-sregistry/blob/master/sregistry/templates/sregistry-cm.yaml#L152) with the helm chart created by the author. ``` # Rate Limits VIEW_RATE_LIMIT = {{ .Values.config.viewRateLimit | quote }} # The rate limit for...

Adding `cloud-init` and remove NIC from template fixed the issue. Thanks everyone!