mirror of
https://github.com/truenas/charts.git
synced 2026-06-18 01:26:53 +08:00
428 B
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: