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 | 6fe3884a55047626513a323aef7af5e45f218693 (patch) | |
tree | 6a97071c3f764ff449a2bc67063895ccce431b38 /charts | |
parent | 166f63f937c70316bfba3e1efabbd647643d0e42 (diff) | |
parent | 0f6db1c901e8bb286529586b47dd62f7ba951d59 (diff) |
Merge "Update gizmo fproxy client cert"
Diffstat (limited to 'charts')
-rw-r--r-- | charts/aai-gizmo/resources/fproxy/config/auth/client-cert.p12 | bin | 2556 -> 3591 bytes | |||
-rw-r--r-- | charts/aai-gizmo/templates/service.yaml | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/charts/aai-gizmo/resources/fproxy/config/auth/client-cert.p12 b/charts/aai-gizmo/resources/fproxy/config/auth/client-cert.p12 Binary files differindex dbf4fca..7a4979a 100644 --- a/charts/aai-gizmo/resources/fproxy/config/auth/client-cert.p12 +++ b/charts/aai-gizmo/resources/fproxy/config/auth/client-cert.p12 diff --git a/charts/aai-gizmo/templates/service.yaml b/charts/aai-gizmo/templates/service.yaml index ac34ed9..a584800 100644 --- a/charts/aai-gizmo/templates/service.yaml +++ b/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 }} |