diff options
author | mayankg2703 <mayank.gupta@amdocs.com> | 2018-02-07 05:29:22 +0000 |
---|---|---|
committer | mayankg2703 <mayank.gupta@amdocs.com> | 2018-02-08 18:29:54 +0000 |
commit | 38d6d7b99c5fb2f137ba4b22a23f2291fcc554d7 (patch) | |
tree | 24505bb02481d3b6cb08e2d0c921c53aae1b7f7a /kubernetes/aai/templates/sparky-be-deployment.yaml | |
parent | 18c2dbcdf7904d6a4030efa141fe232009362800 (diff) |
aai sparky be config alignment
Change-Id: I7c8f8732763a39cf0bccec9af4149736c9108ea5
Issue-ID: OOM-666
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
Diffstat (limited to 'kubernetes/aai/templates/sparky-be-deployment.yaml')
-rw-r--r-- | kubernetes/aai/templates/sparky-be-deployment.yaml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/kubernetes/aai/templates/sparky-be-deployment.yaml b/kubernetes/aai/templates/sparky-be-deployment.yaml index dfeab6a394..9fe324a817 100644 --- a/kubernetes/aai/templates/sparky-be-deployment.yaml +++ b/kubernetes/aai/templates/sparky-be-deployment.yaml @@ -101,16 +101,8 @@ spec: emptyDir: {} - name: aai-sparky-be-log-conf configMap: - name: aai-sparky-be-configmap + name: aai-sparky-be-log-configmap restartPolicy: Always imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key" ---- -apiVersion: v1 -kind: ConfigMap -metadata: - name: aai-sparky-be-configmap - namespace: {{ .Values.nsPrefix }}-aai -data: -{{ (.Files.Glob "resources/sparky-be/conf/logback.xml").AsConfig | indent 2 }} #{{ end }} |