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:
@@ -35,9 +35,6 @@ spec:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: uptime-kuma-mariadb-secrets
|
||||
env:
|
||||
- name: MARIADB_RANDOM_ROOT_PASSWORD
|
||||
value: "true"
|
||||
volumes:
|
||||
- name: uptime-kuma-mariadb-database
|
||||
persistentVolumeClaim:
|
||||
|
||||
@@ -33,9 +33,6 @@ spec:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: uptime-kuma-app-secrets
|
||||
env:
|
||||
- name: DATABASE_TYPE
|
||||
value: mariadb
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /app/data
|
||||
|
||||
Reference in New Issue
Block a user