[zigbee2mqtt] set ZIGBEE2MQTT_DATA envar (#182)

This commit is contained in:
ᗪєνιη ᗷυнʟ 2020-11-19 09:18:48 -05:00 committed by GitHub
parent e3c38e70eb
commit 79e40ecd76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 4 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.16.1
description: Bridges events and allows you to control your Zigbee devices via MQTT
name: zigbee2mqtt
version: 3.0.0
version: 3.0.1
keywords:
- zigbee
- mqtt
@ -19,4 +19,4 @@ maintainers:
dependencies:
- name: common
repository: https://k8s-at-home.com/charts/
version: ^1.5.0
version: ^1.5.1

View File

@ -1,2 +1,7 @@
ingress:
enabled: true
persistence:
data:
enabled: true
emptyDir: true
mountPath: /data

View File

@ -8,8 +8,8 @@ image:
strategy:
type: Recreate
env: {}
# TZ
env:
ZIGBEE2MQTT_DATA: /data
service:
port: