searxng: migrate to envFrom; move remaining literals into Infisical

Non-secret config now lives in Infisical alongside the secrets, so containers carry envFrom only and no loose env entries.
This commit is contained in:
2026-08-23 20:34:38 +02:00
parent 14ef1c6e91
commit 10545c03be
8 changed files with 28 additions and 20 deletions
@@ -34,9 +34,6 @@ spec:
envFrom:
- secretRef:
name: zipline-postgres-secrets
env:
- name: PGDATA
value: /var/lib/postgres/data
volumes:
- name: zipline-postgresql-database
persistentVolumeClaim:
@@ -38,9 +38,6 @@ spec:
envFrom:
- secretRef:
name: zipline-app-secrets
env:
- name: CORE_TRUSTED_PROXIES
value: "10.42.0.0/16"
restartPolicy: Always
volumes:
- name: uploads