Skip to content

Commit

Permalink
Adding mqtt-transport
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaume Devesa committed Nov 15, 2023
1 parent 07e2c6c commit 128fac2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/thingsboard/templates/mqtt-transport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ kind: {{ .Values.mqtt.kind }}
metadata:
name: {{ .Release.Name }}-mqtt-transport
labels:
tags.datadoghq.com/service: tb-mqtt-transport
tags.datadoghq.com/version: {{ .appVersion }}
admission.datadoghq.com/enabled: "true"
{{- include "thingsboard.labels" . | nindent 4 }}
spec:
{{- $podLabels := include "thingsboard.selectorLabels-mqtt" . }}
Expand All @@ -37,6 +40,7 @@ spec:
{{- with .Values.mqtt.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
admission.datadoghq.com/java-lib.version: latest
{{- end }}
labels:
{{- include "thingsboard.selectorLabels-mqtt" . | nindent 8 }}
Expand Down

0 comments on commit 128fac2

Please # to comment.