mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
initial refactor
This commit is contained in:
27
apps/hoarder/chrome-deployment.yaml
Normal file
27
apps/hoarder/chrome-deployment.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
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
|
||||
Reference in New Issue
Block a user