Skip to content

Commit

Permalink
Added sniffer health probes port as env var
Browse files Browse the repository at this point in the history
  • Loading branch information
evyatarmeged committed Jan 18, 2025
1 parent 3b5bdcb commit 3d1d894
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions network-mapper/templates/sniffer-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ spec:
- name: OTTERIZE_TELEMETRY_ERRORS_ADDRESS
value: {{ .Values.global.telemetry.errors.endpointAddress | quote }}
{{- end }}
{{- if .Values.sniffer.healthProbesPort }}
- name: OTTERIZE_HEALTH_PROBES_PORT
value: {{ .Values.sniffer.healthProbesPort | quote }}
{{- end }}
{{- if .Values.global.telemetry.errors.networkMapperApiKey }}
- name: OTTERIZE_TELEMETRY_ERRORS_API_KEY
value: {{ .Values.global.telemetry.errors.networkMapperApiKey | quote }}
Expand Down

0 comments on commit 3d1d894

Please sign in to comment.