This cert is to authenticate with AAF, which the downstream rproxy
calls. Also, a fix to the service description.
Change-Id: Ib4c57fa3ba3fa613f1124bfdd0e9af0e6c8574d7
Issue-ID: AAF-588
Signed-off-by: Ravi Geda <gravik@amdocs.com>
   ports:
   {{ if .Values.global.installSidecarSecurity }}
       {{if eq .Values.service.type "NodePort" -}}
-      - port: {{ .Values.global.rproxy.port }}
+      - port: {{ .Values.service.internalPort }}
         nodePort: {{ .Values.global.nodePortPrefix | default .Values.nodePortPrefix }}{{ .Values.service.nodePort }}
+        targetPort: {{ .Values.global.rproxy.port }}
         name: {{ .Values.service.portName }}
       {{- else -}}
       - port: {{ .Values.service.externalPort }}