n8n和chroma可以了
This commit is contained in:
parent
083ca14f37
commit
30f836f04c
@ -1,5 +1,13 @@
|
|||||||
## 如何重新创建整个namespace
|
## 如何重新创建整个namespace
|
||||||
|
|
||||||
|
```
|
||||||
|
./init.sh
|
||||||
|
```
|
||||||
|
```
|
||||||
|
```
|
||||||
|
|
||||||
|
下面都都不用看了, 直接执行上面的语句
|
||||||
|
|
||||||
先删了 namespace efk,这样里面资源就都没了,除了pv
|
先删了 namespace efk,这样里面资源就都没了,除了pv
|
||||||
然后 microk8s.kubectl create namespace efk
|
然后 microk8s.kubectl create namespace efk
|
||||||
|
|
||||||
|
@ -33,13 +33,13 @@ spec:
|
|||||||
name: elasticsearch-secret
|
name: elasticsearch-secret
|
||||||
key: elastic_password
|
key: elastic_password
|
||||||
- name: ES_JAVA_OPTS
|
- name: ES_JAVA_OPTS
|
||||||
value: "-Xms2g -Xmx2g" # 设置 JVM 堆大小为 2GB
|
value: "-Xms2g -Xmx4g" # 设置 JVM 堆大小为 2GB-4GB
|
||||||
resources: # 增加资源限制
|
resources: # 增加资源限制
|
||||||
requests:
|
requests:
|
||||||
memory: "2Gi"
|
memory: "4Gi"
|
||||||
cpu: "1"
|
cpu: "1"
|
||||||
limits:
|
limits:
|
||||||
memory: "4Gi"
|
memory: "6Gi"
|
||||||
cpu: "2"
|
cpu: "2"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data-volume
|
- name: data-volume
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user