侧边栏壁纸
博主头像
hlcooll博主等级

行动起来,活在当下

  • 累计撰写 4 篇文章
  • 累计创建 1 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

关于

Administrator
2024-04-11 / 0 评论 / 119 阅读 / 1115 字

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

评论区