Skip to content

Commit

Permalink
[jaeger] add new options, improvements into allInOne (jaegertracing#586)
Browse files Browse the repository at this point in the history
* [jaeger] allInOne add option automountServiceAccountToken for serviceaccount

Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>

* [jaeger] allInOne add affinity support

Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>

* [jaeger] allInOne add topologySpreadConstraints support

Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>

* [jaeger] allInOne add podSecurityContext and containerSecurityContext support

Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>

---------

Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>
  • Loading branch information
rgaduput authored and mehul committed Nov 2, 2024
1 parent 18b296e commit 1b91023
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/jaeger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ allInOne:
# cpu: 256m
# memory: 128Mi
nodeSelector: {}
<<<<<<< HEAD
tolerations: []
=======
>>>>>>> 1dca639 ([jaeger] add new options, improvements into allInOne (#586))
affinity: {}
topologySpreadContraints: []
podSecurityContext:
Expand Down

0 comments on commit 1b91023

Please sign in to comment.