Skip to content

Commit

Permalink
Merge pull request #4434 from tyriis/feature/ring-mqtt
Browse files Browse the repository at this point in the history
fix(ring-mqtt): mount
  • Loading branch information
tyriis authored Feb 1, 2025
2 parents e6259dd + 623311c commit feee53f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ spec:
template:
engineVersion: v2
data:
config.json: "{{ .config.json }}"
ring-state.json: "{{ .ring-state.json }}"
config.json: "{{ .CONFIG_JSON }}"
ring-state.json: "{{ .RING_STATE_JSON }}"
dataFrom:
- extract:
key: infra/techtales/home-automation/ring-mqtt
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,10 @@ spec:
credentials:
type: secret
name: ring-mqtt-config
advancedMounts:
ring-mqtt:
config:
- path: /data/config.json
subPath: config.json
readOnly: true
- path: /data/ring-state.json
subPath: ring-state.json
readOnly: true
globalMounts:
- path: /data/config.json
subPath: config.json
readOnly: true
- path: /data/ring-state.json
subPath: ring-state.json
readOnly: true
2 changes: 2 additions & 0 deletions kubernetes/talos-flux/flux/config/cluster-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ data:
# SETTING_CILIUM_EMQX_ADDR: 192.168.1.83
SETTING_CILIUM_SYNCTHING_ADDR: 192.168.1.84
SETTING_CILIUM_ADGUARD_ADDR: 192.168.1.85

SETTING_VOLSYNC_BACKUP_SCHEDULE_ZIGBEE2MQTT: "0 * * * *" # hourly

0 comments on commit feee53f

Please sign in to comment.