ExternalIP
Appears in
.Values.service.$name
externalIP
Configure External IP type
Key | service.$name.externalIP |
Type | string |
Required | ✅ |
Helm tpl | ✅ |
Default | "" |
Example
useSlice
Define whether to use EndpointSlice
or Endpoint
Key | service.$name.useSlice |
Type | bool |
Required | ❌ |
Helm tpl | ❌ |
Default | true |
Example
addressType
Define the addressType for External IP
Key | service.$name.addressType |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | IPv4 |
Valid Values:
IPv4
IPv6
FQDN
Example
appProtocol
Define the appProtocol for External IP
Key | service.$name.appProtocol |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Example