feat(homelab): deploy home-assistant, configure minecraft
This commit is contained in:
17
nix/homelab/helm/values/home-assistant.yaml
Normal file
17
nix/homelab/helm/values/home-assistant.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
persistence:
|
||||
enabled: true
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 1
|
||||
memory: 1Gi
|
||||
limits:
|
||||
cpu: 2
|
||||
memory: 2Gi
|
||||
|
||||
configuration:
|
||||
enabled: true
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
external: true
|
||||
Reference in New Issue
Block a user