diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-10-29 21:04:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-29 21:04:43 +0000 |
commit | 5caa2645bf56867155e36d8562f1b8a4e0815e36 (patch) | |
tree | f355e00004bc3487f63253942be96977a20bebd7 /kubernetes/aai/charts | |
parent | 1bd45e1c63b6c96d91e14a214bf0ff59955fe165 (diff) | |
parent | 94cf4aed9fda6385e321718ac32a99f02d1caf00 (diff) |
Merge "Update gizmo fproxy client cert"
Diffstat (limited to 'kubernetes/aai/charts')
-rw-r--r-- | kubernetes/aai/charts/aai-gizmo/resources/fproxy/config/auth/client-cert.p12 | bin | 2556 -> 3591 bytes | |||
-rw-r--r-- | kubernetes/aai/charts/aai-gizmo/templates/service.yaml | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/aai/charts/aai-gizmo/resources/fproxy/config/auth/client-cert.p12 b/kubernetes/aai/charts/aai-gizmo/resources/fproxy/config/auth/client-cert.p12 Binary files differindex dbf4fcacec..7a4979a7a3 100644 --- a/kubernetes/aai/charts/aai-gizmo/resources/fproxy/config/auth/client-cert.p12 +++ b/kubernetes/aai/charts/aai-gizmo/resources/fproxy/config/auth/client-cert.p12 diff --git a/kubernetes/aai/charts/aai-gizmo/templates/service.yaml b/kubernetes/aai/charts/aai-gizmo/templates/service.yaml index ac34ed9248..a584800bb8 100644 --- a/kubernetes/aai/charts/aai-gizmo/templates/service.yaml +++ b/kubernetes/aai/charts/aai-gizmo/templates/service.yaml @@ -29,8 +29,9 @@ spec: ports: {{ if .Values.global.installSidecarSecurity }} {{if eq .Values.service.type "NodePort" -}} - - port: {{ .Values.global.rproxy.port }} + - port: {{ .Values.service.internalPort }} nodePort: {{ .Values.global.nodePortPrefix | default .Values.nodePortPrefix }}{{ .Values.service.nodePort }} + targetPort: {{ .Values.global.rproxy.port }} name: {{ .Values.service.portName }} {{- else -}} - port: {{ .Values.service.externalPort }} |