Files
argocd-test/stirling-pdf/base/stirling-pdf-deployment.yaml

35 lines
864 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: stirling-pdf
namespace: stirling-pdf
spec:
replicas: 1
selector:
matchLabels:
app: stirling-pdf
template:
metadata:
labels:
app: stirling-pdf
spec:
containers:
- image: stirlingtools/stirling-pdf:0.46.2@sha256:396ca949b81198a65b9abfec38518fa44e871b1970dad9f9718ffd030eef9b92
name: stirling-pdf
ports:
- name: web
containerPort: 8080
env:
- name: DOCKER_ENABLE_SECURITY
value: "false"
- name: METRICS_ENABLED
value: "false"
resources:
requests:
cpu: "128m"
memory: "256Mi"
limits:
# stirling eats up CPU when starting
cpu: "4"
memory: "1024Mi"