Undeploy mosquitto.
This commit is contained in:
parent
facfa621e3
commit
5e956b8750
7 changed files with 3 additions and 3 deletions
|
@ -6,4 +6,4 @@ persistence_location /data
|
||||||
autosave_interval 1800
|
autosave_interval 1800
|
||||||
connection_messages false
|
connection_messages false
|
||||||
autosave_interval 60
|
autosave_interval 60
|
||||||
password_file /mosquitto/external_config/mosquitto_pwd
|
password_file /mosquitto/external_config/mosquitto_pwd
|
|
@ -24,4 +24,4 @@ spec:
|
||||||
rewrite:
|
rewrite:
|
||||||
- regexp:
|
- regexp:
|
||||||
source: "(.*)"
|
source: "(.*)"
|
||||||
target: "mosquitto_$1"
|
target: "mosquitto_$1"
|
|
@ -11,4 +11,4 @@ configMapGenerator:
|
||||||
files:
|
files:
|
||||||
- config/mosquitto.conf
|
- config/mosquitto.conf
|
||||||
generatorOptions:
|
generatorOptions:
|
||||||
disableNameSuffixHash: true
|
disableNameSuffixHash: true
|
Loading…
Reference in a new issue