Difference between revisions of "Install Zammad on K3S"
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") |
|||
| 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 | ||
| + | helm upgrade --install zammad zammad/zammad --namespace zammad | ||
| − | + | kubectl get all | |
| − | |||
| + | kubectl get svc | ||
| + | |||
| + | kubectl create ingress ingress-www --rule=zammad.vm20.test.domain.ch/*=zammad:8080 | ||
| + | |||
| + | [[Category:Helm]] | ||
[[Category:K3S]] | [[Category:K3S]] | ||
| − | |||
Revision as of 11:54, 23 April 2021
kubectl create namespace zammad kubectl config set-context --current --namespace=zammad helm repo add zammad https://zammad.github.io/zammad-helm helm upgrade --install zammad zammad/zammad --namespace zammad
kubectl get all
kubectl get svc
kubectl create ingress ingress-www --rule=zammad.vm20.test.domain.ch/*=zammad:8080