Files
fleet-infra/hoarder/chrome-deployment.yaml
2025-02-05 10:36:31 -05:00

28 lines
606 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: chrome
namespace: hoarder
spec:
replicas: 1
selector:
matchLabels:
app: chrome
template:
metadata:
labels:
app: chrome
spec:
containers:
- name: chrome
image: gcr.io/zenika-hub/alpine-chrome:123
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