change in cdt-port in parent chart
[oom.git] / kubernetes / appc / charts / appc-cdt / templates / deployment.yaml
index a2cb9fc..8ac5d3e 100644 (file)
@@ -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: