Difference between revisions of "Install Zammad on K3S"

From Bitbull Wiki
Jump to navigation Jump to search
(Created page with " helm repo add zammad https://zammad.github.io/zammad-helm helm upgrade --install zammad zammad/zammad --namespace zammad Category:K3S Category:Helm")
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
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
  
helm repo add zammad https://zammad.github.io/zammad-helm
+
kubectl get all
helm upgrade --install zammad zammad/zammad --namespace zammad
 
  
 +
kubectl create ingress ingress-www --rule=help.domain.tld/*=zammad-nginx:8080
 +
 +
[[Category:Helm]]
 
[[Category:K3S]]
 
[[Category:K3S]]
[[Category:Helm]]
+
[[Category:OpenShift & K8S]]

Latest revision as of 08:56, 30 November 2024

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