mirror of
https://github.com/truenas/charts.git
synced 2026-06-18 09:37:12 +08:00
22 lines
348 B
Markdown
22 lines
348 B
Markdown
# Hostname
|
|
|
|
## key: hostname
|
|
|
|
- Type: `string`
|
|
- Default: `""`
|
|
- Helm Template: ✅
|
|
|
|
Specifies pod's hostname
|
|
|
|
Examples:
|
|
|
|
```yaml
|
|
hostname: some_hostname
|
|
|
|
hostname: "{{ .Values.path.to.key }}"
|
|
```
|
|
|
|
Kubernetes Documentation:
|
|
|
|
- [Hostname](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-hostname-and-subdomain-fields)
|