# Homarr landing page - minimal working config # App takes ~30 seconds to fully initialize (DB migrations, Redis, icon cache) image: repository: ghcr.io/homarr-labs/homarr tag: "latest" pullPolicy: Always replicaCount: 1 # Disable default probes - they kill the container before it finishes startup # Will add custom probes via Kustomize patch with proper timing livenessProbe: enabled: false readinessProbe: enabled: false tolerations: - key: node-role.kubernetes.io/control-plane operator: Exists effect: NoSchedule resources: requests: cpu: 100m memory: 256Mi limits: cpu: 500m memory: 512Mi