mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 16:09:08 +00:00
[zigbee2mqtt] set ZIGBEE2MQTT_DATA envar (#182)
This commit is contained in:
parent
e3c38e70eb
commit
79e40ecd76
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.16.1
|
appVersion: 1.16.1
|
||||||
description: Bridges events and allows you to control your Zigbee devices via MQTT
|
description: Bridges events and allows you to control your Zigbee devices via MQTT
|
||||||
name: zigbee2mqtt
|
name: zigbee2mqtt
|
||||||
version: 3.0.0
|
version: 3.0.1
|
||||||
keywords:
|
keywords:
|
||||||
- zigbee
|
- zigbee
|
||||||
- mqtt
|
- mqtt
|
||||||
@ -19,4 +19,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: ^1.5.0
|
version: ^1.5.1
|
||||||
|
@ -1,2 +1,7 @@
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
persistence:
|
||||||
|
data:
|
||||||
|
enabled: true
|
||||||
|
emptyDir: true
|
||||||
|
mountPath: /data
|
||||||
|
@ -8,8 +8,8 @@ image:
|
|||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
env: {}
|
env:
|
||||||
# TZ
|
ZIGBEE2MQTT_DATA: /data
|
||||||
|
|
||||||
service:
|
service:
|
||||||
port:
|
port:
|
||||||
|
Loading…
Reference in New Issue
Block a user