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

43 lines
819 B
YAML

# Homarr landing page
# Chart version: 8.23.0 from homarr-labs/charts
image:
repository: ghcr.io/homarr-labs/homarr
tag: "latest"
pullPolicy: Always
replicaCount: 1
# Override probe timing - app needs 30-45s to fully initialize
controller:
probes:
liveness:
enabled: true
custom: false
spec:
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 5
failureThreshold: 3
readiness:
enabled: true
custom: false
spec:
initialDelaySeconds: 45
periodSeconds: 15
timeoutSeconds: 5
failureThreshold: 3
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 500m
memory: 512Mi