Files
homelab/k8s/apps/stirling-pdf/values.yaml

57 lines
1.1 KiB
YAML
Raw Normal View History

2025-05-27 11:55:39 +00:00
replicaCount: 1
image:
registry: docker.stirlingpdf.com
repository: stirlingtools/stirling-pdf
tag: "latest"
pullPolicy: Always
securityContext:
enabled: true
fsGroup: 1000
ingress:
enabled: true
ingressClassName: "traefik"
pathType: "Prefix"
annotations:
cert-manager.io/cluster-issuer: "letsencrypt"
traefik.ingress.kubernetes.io/router.middlewares: kube-system-https-redirect@kubernetescrd
labels:
app: stirling-pdf
hosts:
- name: pdf.hexor.cy
path: /
tls: true
tlsSecret: pdf-hexor-cy-tls
resources:
requests:
2025-07-18 13:46:54 +03:00
memory: "512Mi"
cpu: "200m"
limits:
memory: "2Gi"
cpu: "1000m"
2025-05-27 11:55:39 +00:00
probes:
liveness:
enabled: true
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
readiness:
enabled: true
initialDelaySeconds: 5
periodSeconds: 5
timeoutSeconds: 3
failureThreshold: 3
envs:
- name: UI_APP_NAME
value: "Stirling PDF"
- name: UI_HOME_DESCRIPTION
value: "Your locally hosted one-stop-shop for all your PDF needs."