From 53fd78081dccfa28eb8912ecc8dec1ff81470a86 Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Mon, 24 Aug 2026 23:15:04 +0200 Subject: [PATCH] openclaw: add chromium sidecar --- .../personal/openclaw/openclaw-instance.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/kubernetes/personal/openclaw/openclaw-instance.yaml b/kubernetes/personal/openclaw/openclaw-instance.yaml index facac0f..8baed6e 100644 --- a/kubernetes/personal/openclaw/openclaw-instance.yaml +++ b/kubernetes/personal/openclaw/openclaw-instance.yaml @@ -26,6 +26,26 @@ spec: forceHTTPS: false annotations: external-dns.alpha.kubernetes.io/enabled: "true" + # Headless Chromium sidecar for browser automation (scraping, screenshots, + # browser-based integrations). The operator injects CHROMIUM_URL into the + # gateway and points the "default" and "chrome" browser profiles at its CDP + # endpoint. Persistent profile keeps cookies/logins across pod restarts. + chromium: + enabled: true + image: + repository: chromedp/headless-shell + tag: "stable" + resources: + requests: + cpu: 250m + memory: 512Mi + limits: + cpu: "1" + memory: 2Gi + persistence: + enabled: true + size: 2Gi + storageClass: longhorn resources: requests: cpu: 250m