2026-08-18 15:08:03 -07:00
|
|
|
# Homarr landing page - minimal config to get it running
|
|
|
|
|
# SSO will be added after basic deployment works
|
|
|
|
|
|
2026-07-22 08:59:51 -07:00
|
|
|
image:
|
|
|
|
|
repository: ghcr.io/homarr-labs/homarr
|
2026-08-18 15:08:03 -07:00
|
|
|
tag: "latest"
|
|
|
|
|
pullPolicy: Always
|
2026-07-22 08:59:51 -07:00
|
|
|
|
|
|
|
|
replicaCount: 1
|
|
|
|
|
|
|
|
|
|
tolerations:
|
|
|
|
|
- key: node-role.kubernetes.io/control-plane
|
|
|
|
|
operator: Exists
|
|
|
|
|
effect: NoSchedule
|
|
|
|
|
|
|
|
|
|
resources:
|
|
|
|
|
requests:
|
|
|
|
|
cpu: 100m
|
|
|
|
|
memory: 256Mi
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 500m
|
|
|
|
|
memory: 512Mi
|