Kubernetes manifest for Zammad

Infos:

  • Used Zammad version: Any version
  • Used Zammad installation source: (source, package, …) kubernetes manifest yaml
  • Operating system: kubernetes
  • Browser + version: any

Expected behavior:

  • I was tested Zammad helm chart and it work fine. But, I would like to have a pure kubernetes manifest for Zammad deployment. If anyone has yaml files, share with me please.

  • I was looking everywhere for kubernetes yaml manifest for Zammad and end up with no progress.

Hey,

You can check templates located under zammad-helm/zammad , here you will find the deployement manifests then you need to remove helm syntax so will have a deploymenet manifiests .

Or you can do like this

helm install zammad zammad/zammad --namespace zammad --values=zammad-values.yaml --version=3.4.0 --dry-run > zammad-manifests.yaml

BRs,
Bilel

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.