Stores PRINTER_ENDPOINT pre-assembled instead of building it from CHROME_TOKEN via $() interpolation.
25 lines
461 B
YAML
25 lines
461 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: chrome
|
|
namespace: resume
|
|
labels:
|
|
app: chrome
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: chrome
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: chrome
|
|
spec:
|
|
containers:
|
|
- name: chrome
|
|
image: ghcr.io/browserless/chromium:latest
|
|
ports:
|
|
- containerPort: 3000
|
|
envFrom:
|
|
- secretRef:
|
|
name: resume-chrome-secrets |