helm-charts
helm-charts copied to clipboard
Helm Charts ⛵ @ Delivery Hero ⭐
Updates Locust to 2.11.0 I was unable to run the GH actions in my fork, but I'm guessing they will run when I make this PR...
kernel-monitor.json references /dev/kmsg: https://github.com/kubernetes/node-problem-detector/blob/e7fe0b20dc8279130d41218d12802d85d6730728/config/kernel-monitor.json#L3 However, it is not mounted by default to the container. Our workaround is to add the following to values.yaml: ``` extraVolumes: - name: kmsg hostPath: path:...
The logic on .sh file keeps looping around the same table and won't go to the next. It keeps adding J to the pg_repack command for infinite loop.
https://github.com/deliveryhero/helm-charts/blob/master/stable/listmonk/templates/init-db.yaml#L23 ``` 2022/04/07 06:22:47 upgrade.go:102: there are 1 pending database upgrade(s): [v2.1.0]. The last upgrade was v2.0.0. Backup the database and run listmonk --upgrade ``` when upgrading the image tag...
[stable/node-problem-detector] "permission denied" when using script in custom_monitor_definitions
With this values.yaml to add a custom plugin : values.yaml ``` settings: prometheus_address: 0.0.0.0 prometheus_port: 20257 custom_monitor_definitions: drainme.sh: | #!/bin/bash set -euo pipefail echo "Checking commands..." for cmd in curl...
I'm using k8s-resources to create kubernetes secrets for access to a private registry. The Secrets created default to the type Opaque but they need to be of type `kubernetes.io/dockerconfigjson`. I...
I am using Locust helm-chart but not able to stop the pods once the tests are completed. Is there any way to stop the pods as soon as tests are...
I am trying to deploy the cachet 2.3.15+ version on k8s but getting the following error for deployment component can't create temp file '/var/www/html/.envXXXXXX': Read-only file system Could some one...
This commit https://github.com/deliveryhero/helm-charts/commit/0f7f8918992f8cd4733827ef1ce4e1f0ab1ef9d0 broke on EKS v1.224 where policy v1 does not contain PSP.