mirror of https://github.com/Mai-with-u/MaiBot.git
fix: 为sqlite-web添加遗漏的nodeSelector和tolerations配置
parent
37c7307277
commit
c2c08887fa
|
|
@ -188,6 +188,9 @@ sqlite_web:
|
||||||
cpu:
|
cpu:
|
||||||
memory:
|
memory:
|
||||||
|
|
||||||
|
nodeSelector: {}
|
||||||
|
tolerations: []
|
||||||
|
|
||||||
# 配置sqlite-web面板的service
|
# 配置sqlite-web面板的service
|
||||||
# !!!默认不使用NodePort。如果使用NodePort暴露到公网,请自行使用中间件鉴权!!!
|
# !!!默认不使用NodePort。如果使用NodePort暴露到公网,请自行使用中间件鉴权!!!
|
||||||
service:
|
service:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue