Add k8s/apps/paperless/gotenberg-values.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 9s
All checks were successful
Check with kubeconform / lint (push) Successful in 9s
This commit is contained in:
20
k8s/apps/paperless/gotenberg-values.yaml
Normal file
20
k8s/apps/paperless/gotenberg-values.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: gotenberg/gotenberg
|
||||
tag: "8"
|
||||
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: nas.homenet
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 1Gi
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 3000
|
Reference in New Issue
Block a user