2026-07-22 08:59:51 -07:00
|
|
|
# Homarr landing page — official chart from homarr-labs/charts.
|
|
|
|
|
# SSO via Authentik, single-replica (UI state lives on PVC, not git).
|
|
|
|
|
image:
|
|
|
|
|
repository: ghcr.io/homarr-labs/homarr
|
2026-07-22 09:50:04 -07:00
|
|
|
tag: "latest" # Use latest until we find correct version tag
|
|
|
|
|
pullPolicy: Always
|
2026-07-22 08:59:51 -07:00
|
|
|
|
|
|
|
|
replicaCount: 1
|
|
|
|
|
|
|
|
|
|
service:
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 3000
|
|
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
|
enabled: true
|
|
|
|
|
storageClass: longhorn-wffc
|
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
|
size: 5Gi
|
|
|
|
|
|
|
|
|
|
tolerations:
|
|
|
|
|
- key: node-role.kubernetes.io/control-plane
|
|
|
|
|
operator: Exists
|
|
|
|
|
effect: NoSchedule
|
|
|
|
|
|
|
|
|
|
resources:
|
|
|
|
|
requests:
|
|
|
|
|
cpu: 100m
|
|
|
|
|
memory: 256Mi
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 500m
|
|
|
|
|
memory: 512Mi
|
|
|
|
|
|
|
|
|
|
ingress:
|
|
|
|
|
enabled: false # Managed centrally in k8s/bootstrap/ingress/ingress.yaml
|