summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-10-29 21:04:43 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-29 21:04:43 +0000
commit6fe3884a55047626513a323aef7af5e45f218693 (patch)
tree6a97071c3f764ff449a2bc67063895ccce431b38
parent166f63f937c70316bfba3e1efabbd647643d0e42 (diff)
parent0f6db1c901e8bb286529586b47dd62f7ba951d59 (diff)
Merge "Update gizmo fproxy client cert"
-rw-r--r--charts/aai-gizmo/resources/fproxy/config/auth/client-cert.p12bin2556 -> 3591 bytes
-rw-r--r--charts/aai-gizmo/templates/service.yaml3
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
index 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
Binary files differ
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 }}