2025-05-02 12:21:33 +00:00
|
|
|
replicaCount: 1
|
|
|
|
|
|
|
|
image:
|
|
|
|
repository: gotenberg/gotenberg
|
|
|
|
tag: "8"
|
|
|
|
|
|
|
|
nodeSelector:
|
|
|
|
kubernetes.io/hostname: nas.homenet
|
|
|
|
|
|
|
|
resources:
|
|
|
|
requests:
|
2025-07-18 13:46:54 +03:00
|
|
|
memory: "512Mi"
|
|
|
|
cpu: "200m"
|
|
|
|
limits:
|
|
|
|
memory: "2Gi"
|
|
|
|
cpu: "1000m"
|
2025-05-02 12:21:33 +00:00
|
|
|
|
|
|
|
service:
|
|
|
|
type: ClusterIP
|
|
|
|
port: 3000
|