X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fappc%2Fcharts%2Fappc-cdt%2Ftemplates%2Fdeployment.yaml;fp=kubernetes%2Fappc%2Fcharts%2Fappc-cdt%2Ftemplates%2Fdeployment.yaml;h=8ac5d3ed1fc4913d5395f3c8e0deb615e05a377e;hb=41a66143e6d57bdb60fe37c801a84c1c3027e894;hp=a2cb9fc83a75cc6eb789c2cdfee53b51d6dcad97;hpb=ad133f1d74e9794625aea5105dfbafc881d7a3e6;p=oom.git diff --git a/kubernetes/appc/charts/appc-cdt/templates/deployment.yaml b/kubernetes/appc/charts/appc-cdt/templates/deployment.yaml index a2cb9fc83a..8ac5d3ed1f 100644 --- a/kubernetes/appc/charts/appc-cdt/templates/deployment.yaml +++ b/kubernetes/appc/charts/appc-cdt/templates/deployment.yaml @@ -42,8 +42,8 @@ spec: periodSeconds: {{ .Values.readiness.periodSeconds }} env: # This sets the port that CDT will use to connect to the main appc container. - # The 32 is the node port suffix that is used in the main appc oom templates - # for nodePort3. + # The 11 is the node port suffix that is used in the main appc oom templates + # for nodePort3. This value will be configured in appc main chart in appc-cdt section. - name: CDT_PORT value: "{{ .Values.global.nodePortPrefix | default .Values.nodePortPrefix }}{{ .Values.nodePort3 }}" volumeMounts: