change in cdt-port in parent chart 87/50587/1
authormayankg2703 <mayank.gupta@amdocs.com>
Wed, 6 Jun 2018 07:53:35 +0000 (07:53 +0000)
committermayankg2703 <mayank.gupta@amdocs.com>
Wed, 6 Jun 2018 07:54:21 +0000 (07:54 +0000)
Change-Id: I2e015139fea5454d1b2ef03f58d1fdbfd79473e6
Issue-ID: OOM-1126
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
kubernetes/appc/charts/appc-cdt/templates/deployment.yaml
kubernetes/appc/values.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:
index 45c0480..4b47c63 100644 (file)
@@ -69,8 +69,10 @@ dgbuilder:
     dbServiceName: appc-dbhost
   service:
     name: appc-dgbuilder
+
+#passing value to cdt chart. value of nodePort3 will be same as appc.service.nodePort3.
 appc-cdt:
-  nodePort3: 32
+  nodePort3: 11
 # default number of instances
 replicaCount: 1