mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Start using junv.me domain
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user