forked from ab/homelab
20 lines
257 B
YAML
20 lines
257 B
YAML
|
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
|