add paperless-ngx, tika and gotenberg
This commit is contained in:
12
clusters/default/tools/tika/tika-service.yml
Normal file
12
clusters/default/tools/tika/tika-service.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: tika-service
|
||||
namespace: tools
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: tika
|
||||
ports:
|
||||
- port: 9998
|
||||
targetPort: 9998
|
||||
19
clusters/default/tools/tika/tika.yml
Normal file
19
clusters/default/tools/tika/tika.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: tika
|
||||
namespace: tools
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: tika
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: tika
|
||||
spec:
|
||||
containers:
|
||||
- name: tika
|
||||
image: apache/tika:3.2.3.0
|
||||
ports:
|
||||
- containerPort: 9998
|
||||
Reference in New Issue
Block a user