add karakeep

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2025-08-11 23:15:07 -04:00
parent b345ca7e36
commit f90093f5e1
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
18 changed files with 304 additions and 3 deletions

View file

@ -0,0 +1,26 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: chrome
spec:
replicas: 1
selector:
matchLabels:
app: chrome
template:
metadata:
labels:
app: chrome
spec:
containers:
- name: chrome
image: gcr.io/zenika-hub/alpine-chrome:124
command:
- chromium-browser
- --headless
- --no-sandbox
- --disable-gpu
- --disable-dev-shm-usage
- --remote-debugging-address=0.0.0.0
- --remote-debugging-port=9222
- --hide-scrollbars