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 | 34fb0cf4e6625ad918710f982399c7e8cf10242b (patch) | |
tree | aaae100fe9adcdec7ab3243a97ea8248317a62d7 /templates/aai-deployment.yaml | |
parent | 24b15c99304ece0fbe3e47b92c2833cc1e189b46 (diff) |
config seg aai deployment service
Change-Id: Ic7572ff99d04af94e9cbab695f0597ae211fb583
Issue-ID: OOM-521
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
Diffstat (limited to 'templates/aai-deployment.yaml')
-rw-r--r-- | templates/aai-deployment.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/aai-deployment.yaml b/templates/aai-deployment.yaml index a65cf44..e0e422b 100644 --- a/templates/aai-deployment.yaml +++ b/templates/aai-deployment.yaml @@ -42,6 +42,7 @@ spec: - mountPath: /dev/log name: aai-service-log - mountPath: /usr/local/etc/haproxy/haproxy.cfg + subPath: haproxy.cfg name: haproxy-cfg ports: - containerPort: 8080 @@ -59,8 +60,8 @@ spec: hostPath: path: "/dev/log" - name: haproxy-cfg - hostPath: - path: "/dockerdata-nfs/{{ .Values.nsPrefix }}/aai/haproxy/haproxy.cfg" + configMap: + name: aai-deployment-configmap restartPolicy: Always imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key" |