diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-06-06 18:53:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-06 18:53:13 +0000 |
commit | 0e6df03cf15f501388a833e30227a15be850965a (patch) | |
tree | 15eaf9cef950843add9f3ba3e2d4493b8ad1dd79 /kubernetes/appc/charts | |
parent | 2b3a96f0daedf6cfa53667b436693162459561ff (diff) | |
parent | 41a66143e6d57bdb60fe37c801a84c1c3027e894 (diff) |
Merge "change in cdt-port in parent chart"
Diffstat (limited to 'kubernetes/appc/charts')
-rw-r--r-- | kubernetes/appc/charts/appc-cdt/templates/deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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: |