diff options
author | Taka Cho <takamune.cho@att.com> | 2019-09-04 15:38:31 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2019-09-09 12:12:23 -0400 |
commit | 3c29d5f19ade160a9a5b7856769d377d2d2b7fed (patch) | |
tree | 9751b57c4ed3b3aa9bbf8e9d92667c8c052cf4a0 /kubernetes/appc/charts/appc-cdt/templates | |
parent | 870b94307c56038c1cf5c6b49a1429f55316ba8a (diff) |
expose 8282 port outside
8282 port is used for the url executor
in DG. Also external IP address is used
in DG. Hence has to be exposed to outside
Issue-ID: APPC-1712
Change-Id: I2cff6b514edf7dde76e9b73351678bdf7a3771e4
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'kubernetes/appc/charts/appc-cdt/templates')
-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 2192662d6a..fd29fbebfb 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 nodePort3. This value will be configured in appc main chart in appc-cdt section. + # for nodePort4. 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 }}" + value: "{{ .Values.global.nodePortPrefix | default .Values.nodePortPrefix }}{{ .Values.nodePort4 }}" volumeMounts: - mountPath: /etc/localtime name: localtime |