k8s/roles/homeassistant/defaults/main.yml
a.kazantsev 20aaf42a0a refactor(uyuni): comment out unused storageClass and duplicate mode setting
- Disable `global.persistence.storageClass` in defaults to use cluster default
- Remove redundant commented `mode: 256` line in helm task for clarity
2026-07-20 17:28:38 +03:00

41 lines
856 B
YAML

---
homeassistant_chart_version: "15.2.2"
homeassistant_namespace: homeassistant
homeassistant_release_name: homeassistant
homeassistant_home_assistant:
repository: ghcr.io/home-assistant/home-assistant
tag: stable
pullPolicy: IfNotPresent
homeassistant_persistence_enabled: true
homeassistant_persistence_path: /homeassistant
homeassistant_persistence_accessMode: ReadWriteOnce
homeassistant_persistence_size: 5Gi
homeassistant_services:
- type: ClusterIP
port: 8123
homeassistant_environment: []
homeassistant_resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 100m
memory: 256Mi
homeassistant_node_selector: {}
homeassistant_affinity: {}
homeassistant_tolerations: []
homeassistant_kubeconfig: "/home/{{ ansible_user }}/.kube/config"
homeassistant_storage_class: longhorn
homeassistant_replica_count: 1