mirror of
https://github.com/nold360/hive-apps
synced 2025-01-05 13:07:56 +00:00
removed(mqtt)
This commit is contained in:
parent
187b046150
commit
716067fd7a
2 changed files with 0 additions and 43 deletions
|
@ -17,8 +17,3 @@ apps:
|
||||||
keys:
|
keys:
|
||||||
- root-user
|
- root-user
|
||||||
- root-password
|
- root-password
|
||||||
|
|
||||||
- name: mqtt
|
|
||||||
chart: mosquitto
|
|
||||||
repo: k8s-at-home
|
|
||||||
targetRevision: 4.3.1
|
|
||||||
|
|
|
@ -1,38 +0,0 @@
|
||||||
image:
|
|
||||||
# -- image repository
|
|
||||||
repository: eclipse-mosquitto
|
|
||||||
# -- image tag
|
|
||||||
tag: 2.0.14
|
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
|
|
||||||
# -- Configures service settings for the chart. Normally this does not need to be modified.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
service:
|
|
||||||
main:
|
|
||||||
ports:
|
|
||||||
http:
|
|
||||||
enabled: true
|
|
||||||
mqtt:
|
|
||||||
enabled: true
|
|
||||||
port: 1883
|
|
||||||
|
|
||||||
auth:
|
|
||||||
# -- By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config.
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
persistence:
|
|
||||||
# -- Configure a persistent volume to place mosquitto data in.
|
|
||||||
# When enabled, this enables `persistence` and `persistence_location` in the mosquitto config.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
data:
|
|
||||||
enabled: false
|
|
||||||
mountPath: /mosquitto/data
|
|
||||||
# -- Configure a persistent volume to place *.conf mosquitto-config-files in.
|
|
||||||
# When enabled, this gets set as `include_dir` in the mosquitto config.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
configinc:
|
|
||||||
enabled: false
|
|
||||||
mountPath: /mosquitto/configinc
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
size: 100Mi
|
|
Loading…
Reference in a new issue