Compare commits
1 Commits
941b5b36ec
...
277f5bbe70
Author | SHA1 | Date | |
---|---|---|---|
277f5bbe70
|
@@ -8,7 +8,9 @@ keywords:
|
|||||||
home: https://wiki.alexlebens.dev/s/6c6da68a-8725-4439-93c8-990ce824be54
|
home: https://wiki.alexlebens.dev/s/6c6da68a-8725-4439-93c8-990ce824be54
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/searxng/searxng
|
- https://github.com/searxng/searxng
|
||||||
|
- https://github.com/valkey-io/valkey
|
||||||
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
|
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
|
||||||
|
- https://github.com/bitnami/charts/tree/main/bitnami/valkey
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -16,5 +18,8 @@ dependencies:
|
|||||||
alias: searxng
|
alias: searxng
|
||||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||||
version: 4.2.0
|
version: 4.2.0
|
||||||
|
- name: valkey
|
||||||
|
version: 3.0.22
|
||||||
|
repository: oci://harbor.alexlebens.net/proxy-registry-1.docker.io/bitnamicharts
|
||||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/searxng.png
|
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/searxng.png
|
||||||
appVersion: 1.0.0
|
appVersion: 1.0.0
|
||||||
|
@@ -53,7 +53,7 @@ searxng:
|
|||||||
- name: SEARXNG_HOSTNAME
|
- name: SEARXNG_HOSTNAME
|
||||||
value: searxng.alexlebens.net
|
value: searxng.alexlebens.net
|
||||||
- name: SEARXNG_REDIS_URL
|
- name: SEARXNG_REDIS_URL
|
||||||
value: redis://redis-replication-searxng-master.searxng:6379/0
|
value: redis://searxng-valkey-primary.searxng:6379/0
|
||||||
- name: UWSGI_WORKERS
|
- name: UWSGI_WORKERS
|
||||||
value: 4
|
value: 4
|
||||||
- name: UWSGI_THREADS
|
- name: UWSGI_THREADS
|
||||||
@@ -111,3 +111,25 @@ searxng:
|
|||||||
main:
|
main:
|
||||||
- path: /etc/searxng
|
- path: /etc/searxng
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
valkey:
|
||||||
|
architecture: replication
|
||||||
|
auth:
|
||||||
|
enabled: false
|
||||||
|
usePasswordFiles: false
|
||||||
|
primary:
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 64Mi
|
||||||
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
size: 1Gi
|
||||||
|
replica:
|
||||||
|
replicaCount: 1
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 64Mi
|
||||||
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
size: 1Gi
|
||||||
|
Reference in New Issue
Block a user