add mdns to homeassistant and turn off mimir

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2025-09-02 20:21:11 +00:00
parent 01b536e3ee
commit ad69264b7b
3 changed files with 298 additions and 293 deletions

View file

@ -93,6 +93,8 @@ spec:
mountPath: /data
- name: host-dbus
mountPath: /run/dbus
- name: host-avahi-mdns
mountPath: /var/run/avahi-daemon/socket
volumes:
- name: data-directory
persistentVolumeClaim:
@ -100,6 +102,9 @@ spec:
- name: host-dbus
hostPath:
path: /run/dbus
- name: host-avahi-mdns
hostPath:
path: /var/run/avahi-daemon/socket
---
apiVersion: v1
kind: PersistentVolume