diff options
author | mayankg2703 <mayank.gupta@amdocs.com> | 2018-02-05 07:12:32 +0000 |
---|---|---|
committer | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-02-05 15:21:33 +0000 |
commit | 19ce27937094bdb2d9ffc6b6d7eadf6e66d29a9c (patch) | |
tree | 3798202782b26a7463bc6520d85b9d6f2560f31d /kubernetes/aai/templates/aai-deployment-configmap.yaml | |
parent | ed77ce3970427ae6887c8d6471a1d2deb6dd3812 (diff) |
config seg aai deployment service
Change-Id: Ic7572ff99d04af94e9cbab695f0597ae211fb583
Issue-ID: OOM-521
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
Diffstat (limited to 'kubernetes/aai/templates/aai-deployment-configmap.yaml')
-rw-r--r-- | kubernetes/aai/templates/aai-deployment-configmap.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kubernetes/aai/templates/aai-deployment-configmap.yaml b/kubernetes/aai/templates/aai-deployment-configmap.yaml new file mode 100644 index 0000000000..40d4909ebf --- /dev/null +++ b/kubernetes/aai/templates/aai-deployment-configmap.yaml @@ -0,0 +1,9 @@ +#{{ if not .Values.disableAaiAaiService }} +apiVersion: v1 +kind: ConfigMap +metadata: + name: aai-deployment-configmap + namespace: {{ .Values.nsPrefix }}-aai +data: +{{ tpl (.Files.Glob "resources/config/haproxy/*").AsConfig . | indent 2 }} +#{{ end }} |