From 60e439526616731258a9ae70b16aa85ac4a8eab0 Mon Sep 17 00:00:00 2001 From: bwong21 Date: Thu, 14 Mar 2019 17:15:58 +0000 Subject: SidecarRproxy: uri-auth config file to configmap OOM config change to the Sidecar rproxy's configuration file uri-authorization.json to a configmap instead of secret Change-Id: I75e1908177a930e88fe2640cc1395e48bc28f19e Issue-ID: AAF-787 Signed-off-by: bwong21 --- charts/aai-resources/templates/configmap.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'charts/aai-resources/templates/configmap.yaml') diff --git a/charts/aai-resources/templates/configmap.yaml b/charts/aai-resources/templates/configmap.yaml index b5a7fc5..0f40d04 100644 --- a/charts/aai-resources/templates/configmap.yaml +++ b/charts/aai-resources/templates/configmap.yaml @@ -203,6 +203,14 @@ data: {{ tpl (.Files.Glob "resources/rproxy/config/logback-spring.xml").AsConfig . | indent 2 }} --- apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ include "common.fullname" . }}-rproxy-uri-auth-config + namespace: {{ include "common.namespace" . }} +data: +{{ tpl (.Files.Glob "resources/rproxy/config/auth/uri-authorization.json").AsConfig . | indent 2 }} +--- +apiVersion: v1 kind: Secret metadata: name: {{ include "common.fullname" . }}-rproxy-auth-config -- cgit 1.2.3-korg