Start using junv.me domain

This commit is contained in:
2021-04-16 14:15:02 +10:00
parent 68b6c600bd
commit 3f628347ea
13 changed files with 111 additions and 156 deletions
+5 -1
View File
@@ -145,7 +145,7 @@ k apply -f minio-pv.yaml -n db
# create secrets for longhorn
kubectl -n media create secret generic minio --from-literal=AWS_ENDPOINTS=https://minio.home.toozhao.com --from-literal=AWS_ACCESS_KEY_ID='' --from-literal=AWS_SECRET_ACCESS_KEY=''
kubectl -n media create secret generic minio --from-literal=AWS_ENDPOINTS=https://minio.junv.me --from-literal=AWS_ACCESS_KEY_ID='' --from-literal=AWS_SECRET_ACCESS_KEY=''
# fill s3 bucket name for longhorn
@@ -159,3 +159,7 @@ helm upgrade --install minio -n db -f minio-values.yaml bitnami/minio --set acce
# copy secret to another namespace
kubectl get secret minio --namespace=db -o yaml | sed 's/namespace: db/namespace: longhorn/g' | kubectl create -f -
# namecheap ddns
kubectl -n home-apps create secret generic namecheap-password --from-literal=password=xxxx