kafbat / helm-charts

Helm charts for kafbat projects
https://ui.charts.kafbat.io/
Apache License 2.0
3 stars 7 forks source link

Add hostAliases to template #11

Closed isak-lindbeck closed 2 months ago

isak-lindbeck commented 2 months ago

This enables hostAliases to be configured. https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/

Is for example useful when working with a sidecard proxy. The values configuration could look something like this:

hostAliases:
  - ip: "127.0.0.1"
    hostnames:
      - "schema-registry.localhost"
Haarolean commented 2 months ago

@isak-lindbeck thanks!