Install Zammad on K3S

From Bitbull Wiki
Revision as of 08:44, 23 September 2024 by Chris (talk | contribs)
Jump to navigation Jump to search
kubectl create namespace zammad
kubectl config set-context --current --namespace=zammad
helm repo add zammad https://zammad.github.io/zammad-helm
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml # for K3S
helm upgrade --install zammad zammad/zammad --namespace zammad
kubectl get all
kubectl create ingress ingress-www --rule=help.app.bitbull.ch/*=zammad-nginx:8080