aboutsummaryrefslogtreecommitdiffstats
path: root/components/aai-resources/templates/configmap.yaml
diff options
context:
space:
mode:
authoryoonsoonjahng <yoonsoon.jahng@yoppworks.com>2020-09-08 19:06:00 -0400
committerYoonsoon Jahng <yoonsoon.jahng@yoppworks.com>2020-09-23 14:36:09 +0000
commit628ecd0d519acc6b4717d05aa12fd4f7b7dfc55f (patch)
tree4d3fef8cf2538432ecdc37e038d93b18d462c9b4 /components/aai-resources/templates/configmap.yaml
parent944970742185cccb73110875d1b4ad9f7305337f (diff)
Add keycloak configuration to aai-resource in order to support multi-tenency
- Change Values.yaml to add host, port of keycloak server - add application-keycloak.properties - Update template/deployment.yaml to include application-keycloak.properties Issue-ID: AAI-3130 Change-Id: I2b741457a4d8c87e4b70b1f3903974170f35d571 Signed-off-by: yoonsoonjahng <yoonsoon.jahng@yoppworks.com>
Diffstat (limited to 'components/aai-resources/templates/configmap.yaml')
-rw-r--r--components/aai-resources/templates/configmap.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/aai-resources/templates/configmap.yaml b/components/aai-resources/templates/configmap.yaml
index ccbeae3..1a1192a 100644
--- a/components/aai-resources/templates/configmap.yaml
+++ b/components/aai-resources/templates/configmap.yaml
@@ -29,6 +29,7 @@ data:
{{ tpl (.Files.Glob "resources/config/janusgraph-cached.properties").AsConfig . | indent 2 }}
{{ tpl (.Files.Glob "resources/config/aaiconfig.properties").AsConfig . | indent 2 }}
{{ tpl (.Files.Glob "resources/config/application.properties").AsConfig . | indent 2 }}
+{{ tpl (.Files.Glob "resources/config/application-keycloak.properties").AsConfig . | indent 2 }}
{{ tpl (.Files.Glob "resources/config/realm.properties").AsConfig . | indent 2 }}
---
apiVersion: v1