Files
homelab/k8s/applications/homarr/homarr-values.yaml
T

35 lines
716 B
YAML
Raw Normal View History

# 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
tag: "latest" # Use latest until we find correct version tag
pullPolicy: Always
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