Install Zammad on K3S

From Bitbull Wiki
Revision as of 08:56, 30 November 2024 by Chris (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.domain.tld/*=zammad-nginx:8080