Shitty IaC
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

k8s: add matter server to home assistant pod

Gee Sawra 5c842885 6dfd0837

+8
+8
ansible/k8s/ha.yml
··· 92 92 - mountPath: /tmp/http-config 93 93 name: http-config 94 94 containers: 95 + - name: matter-server 96 + image: ghcr.io/matter-js/python-matter-server:stable 97 + securityContext: 98 + privileged: true 99 + volumeMounts: 100 + - mountPath: /data 101 + name: home-assistant-config 102 + subDir: matter-server 95 103 - name: home-assistant 96 104 image: "ghcr.io/home-assistant/home-assistant:stable" 97 105 securityContext: