21 lines
268 B
YAML
21 lines
268 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: gotenberg/gotenberg
|
|
tag: "8"
|
|
|
|
nodeSelector:
|
|
kubernetes.io/hostname: nas.homenet
|
|
|
|
resources:
|
|
requests:
|
|
memory: "512Mi"
|
|
cpu: "200m"
|
|
limits:
|
|
memory: "2Gi"
|
|
cpu: "1000m"
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 3000
|