Adding configuration options to configure freeradius service type

To new configuration parameters are being added for customizing the
free radius service.

svc.type all of the service type to be modified
svc.twoSvcs will create two sepperate service for UDP/TCP ports
Some load balancer services (i.e. MetalLB) do not support UDP/TCP
in a the same service, setting twoScvs will create a secon service
the TCP based inner-tunnel

Change-Id: I142f47e694a2375c663a0ee81093d55527e8f62b
diff --git a/freeradius/values.yaml b/freeradius/values.yaml
index ca30d34..1569604 100644
--- a/freeradius/values.yaml
+++ b/freeradius/values.yaml
@@ -28,4 +28,9 @@
     pullPolicy: "{{ .Values.defaults.image_pullPolicy }}"
 #     pullSecrets:
 #     - name: regcred
-
+svc:
+  type: "ClusterIP"
+# Some load balancer services (i.e. MetalLB) do not support UDP/TCP
+#  in a the same service, setting twoScvs will create a secon service
+#  the TCP based inner-tunnel
+  twoSvcs: false