From 82d7f7e0fba7aa491e3aa7041d232d6d4b802afb Mon Sep 17 00:00:00 2001 From: Martyn Date: Thu, 18 Sep 2025 12:11:11 +0200 Subject: [PATCH] UA plus version bump should make the env vars work --- apps-kustomized/whoogle/deploy.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps-kustomized/whoogle/deploy.yaml b/apps-kustomized/whoogle/deploy.yaml index a97e95a..7a330ea 100644 --- a/apps-kustomized/whoogle/deploy.yaml +++ b/apps-kustomized/whoogle/deploy.yaml @@ -24,7 +24,11 @@ spec: value: en - name: WHOOGLE_CONFIG_SEARCH_LANGUAGE value: en - image: benbusby/whoogle-search@sha256:5bbb30fc4cf67563b48529c5291813b3d49c290e1e8b9e3aaa5081e9cb6e40c0 + - name: WHOOGLE_USER_AGENT + value: BlackBerry7100/4.0.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 + - name: WHOOGLE_MOBILE_USER_AGENT + value: BlackBerry7100/4.0.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 + image: benbusby/whoogle-search:0.9.4 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3