mirror of
https://github.com/kerberos-io/deployment.git
synced 2026-08-23 15:18:32 +00:00
replace MQTT_URI in agent
This commit is contained in:
@@ -58,7 +58,7 @@ spec:
|
||||
- name: AGENT_HUB_PRIVATE_KEY
|
||||
value: K6rRLBI1xxxCk3C1H
|
||||
- name: AGENT_MQTT_URI
|
||||
value: tcp://vernemq:1883
|
||||
value: tcp://localhost:31883
|
||||
- name: AGENT_MQTT_USERNAME
|
||||
value: yourusername
|
||||
- name: AGENT_MQTT_PASSWORD
|
||||
|
||||
@@ -11,6 +11,13 @@ patches:
|
||||
- op: replace
|
||||
path: /parameters/pvDir
|
||||
value: /media/Storage
|
||||
- target:
|
||||
kind: Deployment
|
||||
name: agent1
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/env/15/value
|
||||
value: tcp://localhost:31883
|
||||
helmCharts:
|
||||
- name: hub
|
||||
releaseName: hub
|
||||
|
||||
Reference in New Issue
Block a user