tuu【教程】使用leaflow容器云20分钟搭建你自己的openwebui服务端(公测阶段免费) 中发帖

Leaflow帖子: 【福利第一弹】全栈PaaS容器云平台公测,公测期平台功能&部署云资源全白嫖 - 福利羊毛 - LINUX DO 
1.前置工作
首先,工作区域选香港(选成都区域的话部分镜像会拉取的很慢很慢)
进入工作区后点击储存管理-右上角创建储存卷,创建如下图的4个储存卷
[image]



2.开始部署服务端
2.1.部署数据库postgres
点击 部署清单 :输入yaml配置,复制粘贴下面内容:
kind: StatefulSet
name: openwebui-postgres
replicas: 1
service_name: openwebui-postgres
image_pull_secrets: []
containers:
- name: openwebui-postgres
image: postgres:16-alpine
...