Customize your deployment
How to further customise your UltiHash Self-Hosted deployment via Kubernetes and Helm
Ingress configuration
entrypoint: ingress: host: <your_domain_name> annotations: kubernetes.io/ingress.class: nginx nginx.ingress.kubernetes.io/proxy-body-size: "0" tls: - hosts: - <your_domain_name> secretName: <tls_secret>
Resource allocation
etcd: resources: limits: memory: "2Gi" cpu: "500m" entrypoint: resources: limits: memory: "16Gi" cpu: "8" database: primary: resources: limits: memory: "16Gi" cpu: "8" deduplicator: resources: limits: memory: "64Gi" cpu: "16" storage: resources: limits: memory: "32Gi" cpu: "16"
Node affinity and tolerations
Secret management
Last updated
Was this helpful?