Skip to content

Commit

Permalink
Merge branch 'master' into helmrepo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaume Devesa committed Nov 15, 2023
2 parents a937291 + a712bb7 commit c153ef3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion helm/thingsboard/templates/mqtt-transport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ metadata:
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 @@ -43,6 +42,9 @@ spec:
admission.datadoghq.com/java-lib.version: latest
{{- end }}
labels:
tags.datadoghq.com/service: tb-mqtt-transport
tags.datadoghq.com/version: {{ .appVersion }}
admission.datadoghq.com/enabled: "true"
{{- include "thingsboard.selectorLabels-mqtt" . | nindent 8 }}
spec:
{{- with .Values.mqtt.imagePullSecrets }}
Expand Down
4 changes: 3 additions & 1 deletion helm/thingsboard/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ metadata:
labels:
tags.datadoghq.com/service: tb-node
tags.datadoghq.com/version: {{ .appVersion }}
admission.datadoghq.com/enabled: "true"
{{- include "thingsboard.labels" . | nindent 4 }}
spec:
{{- $podLabels := include "thingsboard.selectorLabels-node" . }}
Expand All @@ -43,6 +42,9 @@ spec:
admission.datadoghq.com/java-lib.version: latest
{{- end }}
labels:
tags.datadoghq.com/service: tb-node
tags.datadoghq.com/version: {{ .appVersion }}
admission.datadoghq.com/enabled: "true"
{{- include "thingsboard.selectorLabels-node" . | nindent 8 }}
spec:
{{- with .Values.node.imagePullSecrets }}
Expand Down
4 changes: 3 additions & 1 deletion helm/thingsboard/templates/web-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ metadata:
labels:
tags.datadoghq.com/service: tb-ui
tags.datadoghq.com/version: {{ .appVersion }}
admission.datadoghq.com/enabled: "true"
{{- include "thingsboard.labels" . | nindent 4 }}
spec:
{{- if not .Values.webui.autoscaling.enabled }}
Expand All @@ -42,6 +41,9 @@ spec:
admission.datadoghq.com/java-lib.version: latest
{{- end }}
labels:
tags.datadoghq.com/service: tb-ui
tags.datadoghq.com/version: {{ .appVersion }}
admission.datadoghq.com/enabled: "true"
{{- include "thingsboard.selectorLabels-webui" . | nindent 8 }}
spec:
{{- with .Values.webui.imagePullSecrets }}
Expand Down

0 comments on commit c153ef3

Please sign in to comment.