add mdns to homeassistant and turn off mimir
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
01b536e3ee
commit
ad69264b7b
3 changed files with 298 additions and 293 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue