forked from ab/homelab
Add k8s/apps/paperless/tika-values.yaml
This commit is contained in:
20
k8s/apps/paperless/tika-values.yaml
Normal file
20
k8s/apps/paperless/tika-values.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: apache/tika
|
||||
tag: "latest"
|
||||
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: nas.homenet
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 9998
|
Reference in New Issue
Block a user