Update examples

This commit is contained in:
Eric Ciarla
2024-06-11 11:46:35 -04:00
parent da38dad9a7
commit 00c23855b1
48 changed files with 1 additions and 1 deletions
@@ -0,0 +1,24 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: worker
spec:
replicas: 1
selector:
matchLabels:
app: worker
template:
metadata:
labels:
app: worker
spec:
imagePullSecrets:
- name: docker-registry-secret
containers:
- name: worker
image: ghcr.io/winkk-dev/firecrawl:latest
envFrom:
- configMapRef:
name: firecrawl-config
- secretRef:
name: firecrawl-secret