mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 18:26:22 -03: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: