Skip to content

Commit

Permalink
Added host alias
Browse files Browse the repository at this point in the history
  • Loading branch information
xogoodnow committed Nov 26, 2024
1 parent ae69073 commit d61006f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions charts/tempo/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{- with .Values.hostAliases }}
hostAliases:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- args:
- -config.file=/conf/tempo.yaml
Expand Down
6 changes: 5 additions & 1 deletion charts/tempo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,11 @@ affinity: {}

# -- The name of the PriorityClass
priorityClassName: null

# -- hostAliases to add
hostAliases: []
# - ip: 1.2.3.4
# hostnames:
# - domain.tld
networkPolicy:
## @param networkPolicy.enabled Enable creation of NetworkPolicy resources. Only Ingress traffic is filtered for now.
##
Expand Down

0 comments on commit d61006f

Please sign in to comment.