mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
31 lines
466 B
Markdown
31 lines
466 B
Markdown
# Hostname
|
|
|
|
## key: hostname
|
|
|
|
Info:
|
|
|
|
- Type: `string`
|
|
- Default: `""`
|
|
- Helm Template: ✅
|
|
|
|
Can be defined in:
|
|
|
|
- `.Values`.hostname
|
|
|
|
---
|
|
|
|
Specifies pod's hostname
|
|
If left unspecified, Kubernetes will use the Deployment's name.
|
|
|
|
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)
|