Skip to content

Commit

Permalink
we'll offer a test redis when this will be fixed redis-stack/helm-red…
Browse files Browse the repository at this point in the history
  • Loading branch information
masterkain committed May 30, 2023
1 parent 2714c07 commit f75569f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
2 changes: 1 addition & 1 deletion charts/chatgpt-retrieval-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: chatgpt-retrieval-plugin
description: ChatGPT Retrieval Plugin Helm chart for Kubernetes
type: application
version: 0.0.3
version: 0.0.4
appVersion: "0.0.1"
keywords:
- docker
Expand Down
27 changes: 0 additions & 27 deletions charts/chatgpt-retrieval-plugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,30 +70,3 @@ web:
# value: "xxxxx"
# - name: OPENAI_API_KEY
# value: "xxxxx"

redis:
image: redis/redis-stack-server:latest
master:
disableCommands: []
persistence:
size: 1Gi # default 8
resources:
requests:
cpu: 200m
memory: 100Mi
limits:
cpu: 200m
memory: 100Mi
architecture: standalone
auth:
enabled: false
sysctl:
enabled: true
mountHostSys: true
command:
- /bin/sh
- -c
- |-
install_packages procps
sysctl -w net.core.somaxconn=10000
echo never > /host-sys/kernel/mm/transparent_hugepage/enabled

0 comments on commit f75569f

Please sign in to comment.