forked from gadmin/gsb2023
7 lines
352 B
Plaintext
7 lines
352 B
Plaintext
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml;
|
|
helm repo add postgresql https://charts.bitnami.com/bitnami;
|
|
helm repo add redis https://charts.bitnami.com/bitnami;
|
|
helm repo add mail https://bokysan.github.io/docker-postfix;
|
|
helm install --create-namespace -n peertube peertube-gsb /root/tools/peertube/helm/ ;
|
|
kubectl config view --raw > ~/.kube/config
|