Skip to content

Commit

Permalink
fix(distributed): fix issue with incorrect module target for tracepoi…
Browse files Browse the repository at this point in the history
…nt api

add better support for node selectors
add traefik ingress route template
  • Loading branch information
Umaaz committed Sep 13, 2023
1 parent 618c744 commit f851d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/deep-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ config:
{{- end }}
join_members:
- dns+{{ include "deep.fullname" . }}-gossip-ring:{{ .Values.memberlist.bind_port }}
tracepoint:
{{- with .Values.tracepoint.config }}
{{- toYaml . | nindent 2 }}
Expand Down

0 comments on commit f851d80

Please sign in to comment.