mirror of
https://github.com/truenas/charts.git
synced 2026-06-18 01:26:53 +08:00
586 B
586 B
Service Links
Key: enableServiceLinks
Info:
- Type:
boolean - Default:
false - Helm Template: ❌
Can be defined in:
.Values.enableServiceLinks.Values.jobs.[job-name].podSpec.enableServiceLinks
EnableServiceLinks indicates whether information about services should be injected into pod's environment variables, matching the syntax of Docker links.
We default it to false, otherwise kubernetes will inject envs for each of the active services. Which can be a lot.
Disabling this does NOT affect DNS usage.
Examples:
enableServiceLinks: true