halo部署
相关链接
helm部署
# 添加 Halo 项目的 Helm Charts 仓库
helm repo add halo https://halo-sigs.github.io/charts/
# 从 chart 仓库中更新本地可用chart的信息
helm repo update
# 使用默认参数,在当前的 Kubernetes namespace 中安装 Halo
helm install halo halo/halo
# helm 下载
helm fetch halo halo/halo
helm install halo ./ --set mysql.enabled=true --set postgresql.enabled=false
评论区