Files
homelab/k8s/apps/paperless/tika-values.yaml
Ultradesu ce4172b435
Some checks are pending
Auto-update README / Generate README and Create MR (push) Waiting to run
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Check with kubeconform / lint (push) Successful in 23s
Increase CPU limits
2025-11-24 13:19:04 +02:00

20 lines
263 B
YAML

replicaCount: 1
image:
repository: apache/tika
tag: "latest"
nodeSelector:
kubernetes.io/hostname: nas.homenet
resources:
requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "1Gi"
cpu: "750m"
service:
type: ClusterIP
port: 9998