This commit is contained in:
DeveloperDurp 2026-03-08 10:06:50 -05:00
parent f1b27dc366
commit 7f8883c2bc
3 changed files with 51 additions and 1 deletions

View file

@ -21,4 +21,20 @@ spec:
imagePullPolicy: Always
ports:
- name: http
containerPort: 8080
containerPort: 8080
env:
- name: SEARXNG_BASE_URL
value: https://searxng.durp.info
- name: SEARXNG_SECRET
valueFrom:
secretKeyRef:
name: searxng-secret
key: SEARXNG_SECRET
volumeMounts:
- name: searxng-config-volume
mountPath: /etc/searxng/settings.yml
subPath: settings.yml
volumes:
- name: searxng-config-volume
configMap:
name: searxng-config