21 lines
260 B
YAML
21 lines
260 B
YAML
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
|