diff options
author | Taka Cho <takamune.cho@att.com> | 2020-03-13 15:42:34 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2020-03-13 15:43:54 -0400 |
commit | 96a53f7770032c81bc0dc689cb651537ea07a16f (patch) | |
tree | 11f47d1f9486802957941052a13e0fa86ef4eaf3 /kubernetes/appc/charts | |
parent | 49a383dfd9078a83660b1727c6cc8ef6a9646b44 (diff) |
remove 30208 port
the port 30208 was using http apidoc
since we have moved to https apidoc
hence this 30208 can be removed
Issue-ID: APPC-1851
Change-Id: Iccd814bd624635939c51147489af708320caedac
Signed-off-by: Taka Cho <takamune.cho@att.com>
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 d47c278e15..2879964392 100644 --- a/kubernetes/appc/charts/appc-cdt/templates/deployment.yaml +++ b/kubernetes/appc/charts/appc-cdt/templates/deployment.yaml @@ -57,9 +57,9 @@ spec: env: # This sets the port that CDT will use to connect to the main appc container. # The 11 is the node port suffix that is used in the main appc oom templates - # for nodePort4. This value will be configured in appc main chart in appc-cdt section. + # 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.nodePort4 }}" + value: "{{ .Values.global.nodePortPrefix | default .Values.nodePortPrefix }}{{ .Values.nodePort3 }}" volumeMounts: - mountPath: /etc/localtime name: localtime |