Service specifies the configuration for the generated Service.
Note that not all fields from upstream Service.Spec are supported
allocateLoadBalancerNodePorts
boolean
Sets the Service.Spec.AllocateLoadBalancerNodePorts in generated Service objects to the given value.
externalTrafficPolicy
string
Sets the Service.Spec.ExternalTrafficPolicy in generated Service objects to the given value.
ipFamilies
[]string
Sets the Service.Spec.IPFamilies in generated Service objects to the given value.
ipFamilyPolicy
string
Sets the Service.Spec.IPFamilyPolicy in generated Service objects to the given value.
loadBalancerClass
string
Sets the Service.Spec.LoadBalancerClass in generated Service objects to the given value.
loadBalancerSourceRanges
[]string
Sets the Service.Spec.LoadBalancerSourceRanges in generated Service objects to the given value.
loadBalancerSourceRangesPolicy
string
LoadBalancerSourceRangesPolicy defines the policy for the LoadBalancerSourceRanges if the incoming traffic
is allowed or denied.
enum: Allow, Deny
trafficDistribution
string
Sets the Service.Spec.TrafficDistribution in generated Service objects to the given value.
type
string
Sets the Service.Spec.Type in generated Service objects to the given value.
Only LoadBalancer and NodePort are supported.
enum: LoadBalancer, NodePort