修改values中的ingress配置项

pull/1198/head
zhangxinhui02 2025-08-19 23:39:20 +08:00
parent c84082e770
commit cf8d426746
No known key found for this signature in database
GPG Key ID: 22C23383864A313F
1 changed files with 9 additions and 15 deletions

View File

@ -101,10 +101,8 @@ statistics_dashboard:
enabled: false enabled: false
className: nginx className: nginx
annotations: { } annotations: { }
hosts: host: maim-statistics.example.com # 访问运行统计看板的域名
- host: maim-statistics.example.com # 访问运行统计看板的域名 path: /
paths:
- path: /
pathType: Prefix pathType: Prefix
persistence: persistence:
@ -157,10 +155,8 @@ napcat:
enabled: false # 是否启用 enabled: false # 是否启用
className: nginx className: nginx
annotations: { } annotations: { }
hosts: host: napcat.example.com # 暴露napcat web面板使用的域名
- host: napcat.example.com # 暴露napcat web面板使用的域名 path: /
paths:
- path: /
pathType: Prefix pathType: Prefix
persistence: persistence:
@ -205,10 +201,8 @@ sqlite-web:
enabled: false # 是否启用 enabled: false # 是否启用
className: nginx className: nginx
annotations: { } annotations: { }
hosts: host: maim-sqlite.example.com # 暴露websocket使用的域名
- host: maim-sqlite.example.com # 暴露websocket使用的域名 path: /
paths:
- path: /
pathType: Prefix pathType: Prefix
# 麦麦各部分组件的运行配置文件 # 麦麦各部分组件的运行配置文件