zammad-helm
zammad-helm copied to clipboard
Zammad Helm chart for Kubernetes
Currently we are using dynamic container-name (eg [name: {{ .Chart.Name }}-nginx](https://github.com/zammad/zammad-helm/blob/main/zammad/templates/deployment-nginx.yaml#L28) This is sometimes confusing. **Version of Helm and Kubernetes**: zammad-12.0.0 **What you expected to happen**: static container names **Anything...
[ingress points to svc static `zammad-nginx`](https://github.com/zammad/zammad-helm/blob/main/zammad/templates/ingress.yaml#L52), so it would break if svc [name: {{ include "zammad.fullname" . }}-nginx](https://github.com/zammad/zammad-helm/blob/main/zammad/templates/service-nginx.yaml#L4) would be dynamic renamed. **Version of Helm and Kubernetes**: zammad-12.0.0
A possibility to not click configuration in the web interface, but to manage it as code and roll it out idempotently. Currently we have [customInit](https://github.com/zammad/zammad-helm/blob/main/zammad/values.yaml#L342), which works great, but does...
When using custom postgres services (standalone or clusters, but outside of the build-in zammad postgres) - I don't see how to enable ssl to connect to the server. We have...
**Is this a request for help?**: --- **Is this a BUG REPORT or FEATURE REQUEST?** (choose one): BUG REPORT **Version of Helm and Kubernetes**: Kubernetes: 1.28.2 Zammad Chart: 10.2.1 **What...
**Is this a BUG REPORT or FEATURE REQUEST?** (choose one): feature Many other helm charts have the ability to label deployed resources, which we use for our Velero backup system,...
In the values.yaml you have `zammadConfig.postgresql.pass` and `postgresql.auth.password`, stating explicitly that they need to be the same - why not just default one to the other so filling in one...
I am by no way a elasticsearch expert, so please take this with a grain of salt. I just noticed a message in the elasticsearch pod: ``` [2023-10-31T06:57:57,993][WARN ][o.e.c.c.Coordinator ]...
#### Which issue this PR fixes - fixes #267 #### Special notes for your reviewer - Includes self-tests for the new feature and adds new capabilities to specify Rails code...
This change allows cusomizing the annotations on the init Job. I use Argo CD to deploy this helm chart. Argo CD periodically checks the health of the application and applies...