2026-07-22 10:53:16 -07:00
|
|
|
# Homarr landing page - minimal working config
|
|
|
|
|
# App takes ~30 seconds to fully initialize (DB migrations, Redis, icon cache)
|
2026-07-22 09:54:35 -07:00
|
|
|
|
2026-07-22 08:59:51 -07:00
|
|
|
image:
|
|
|
|
|
repository: ghcr.io/homarr-labs/homarr
|
2026-07-22 09:54:35 -07:00
|
|
|
tag: "latest"
|
2026-07-22 09:50:04 -07:00
|
|
|
pullPolicy: Always
|
2026-07-22 08:59:51 -07:00
|
|
|
|
|
|
|
|
replicaCount: 1
|
|
|
|
|
|
2026-07-22 10:54:14 -07:00
|
|
|
# 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
|
2026-07-22 10:53:16 -07:00
|
|
|
|
2026-07-22 08:59:51 -07:00
|
|
|
tolerations:
|
|
|
|
|
- key: node-role.kubernetes.io/control-plane
|
|
|
|
|
operator: Exists
|
|
|
|
|
effect: NoSchedule
|
|
|
|
|
|
|
|
|
|
resources:
|
|
|
|
|
requests:
|
|
|
|
|
cpu: 100m
|
|
|
|
|
memory: 256Mi
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 500m
|
|
|
|
|
memory: 512Mi
|