Files
chart/docs/common-library/values/host_aliases.md
Stavros kois 0c20405684 add workflows
2022-12-13 17:29:44 +02:00

428 B

Host Aliases

key: hostAliases

  • Type: list
  • Default: []
  • Helm Template:

Adds entries to a Pod's /etc/hosts file.

Examples:

hostAliases:
  - ip: 10.10.10.100
    hostnames:
      - server1.local
      - server-nickname.local
  - ip: 127.0.0.1
    hostnames:
      - example.com

Kubernetes Documentation: