docker-mailserver-helm icon indicating copy to clipboard operation
docker-mailserver-helm copied to clipboard

Kubernetes Helm chart for docker-mailserver

Results 15 docker-mailserver-helm issues
Sort by recently updated
recently updated
newest added

The chart is adding label to ServiceMonitor release: [release-name] there is no way to add an additional label. My kube-prometheus-stack setup requires a label on the ServiceMonitor release: kube-prom-stack Would...

Is it just me, or are all unit-tests failing? ```bash $ helm unittest charts/docker-mailserver FAIL charts/docker-mailserver/tests/configmap_test.yaml - Execution Error: 1 error(s) decoding: * 'Pattern' expected type 'string', got unconvertible type...

I was reviewing the code of the chart. I found that the default values have 2 replicas, but a PVC with ReadWriteOnce, which can't work. The PVC using the default...

I don't want environment variables like RELAY_PASSWORD to be in my git repository, so I'd like to be able to configure a Secret where I can specify arbitrary environment variables...

For some reason the unit-tests are quite outdated and are not working anymore. This PR restores the unittests and provides a GitHub Actions workflow to run it on PRs

Hi there! I know my scenario is kind of an edge-case, but maybe someone can help me. I am running Kubernetes on bare metal as a single node cluster. The...

In some (rare - one documented in #134) instances, the deployment liveness/readiness probes may time out while running. Investigation into this seems to be that the `supervisorctl status` command returned...

It would be useful to add extra sidecar containers to the deployment, needed for sock access like fail2ban.sock I need to deploy extra containers to access the sock at /var/run/fail2ban/...