mirror of https://github.com/Mai-with-u/MaiBot.git
修改values中的ingress配置项
parent
8e12b7ca01
commit
6297b6bffb
|
|
@ -101,11 +101,9 @@ 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:
|
pathType: Prefix
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
storageClass:
|
storageClass:
|
||||||
|
|
@ -157,11 +155,9 @@ 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:
|
pathType: Prefix
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
storageClass:
|
storageClass:
|
||||||
|
|
@ -205,11 +201,9 @@ 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:
|
pathType: Prefix
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
|
|
||||||
# 麦麦各部分组件的运行配置文件
|
# 麦麦各部分组件的运行配置文件
|
||||||
config:
|
config:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue