summaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf/templates/aaf-cs-deployment.yaml
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2017-10-05 18:01:22 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-05 18:01:22 +0000
commit756429ad6cd108bff2d81871227e0d6b9080a839 (patch)
tree46c45ab663ae8e966f184c8d88912cfdf7d1bd13 /kubernetes/aaf/templates/aaf-cs-deployment.yaml
parentcdabac5a645dc52162835a9ace8c36dcb05db5e1 (diff)
parente755f640ec263d81f30a509055714d7b76b329a3 (diff)
Merge "Added missing mount to aaf deployment yaml"
Diffstat (limited to 'kubernetes/aaf/templates/aaf-cs-deployment.yaml')
-rw-r--r--kubernetes/aaf/templates/aaf-cs-deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/aaf/templates/aaf-cs-deployment.yaml b/kubernetes/aaf/templates/aaf-cs-deployment.yaml
index f240150f96..23968f9313 100644
--- a/kubernetes/aaf/templates/aaf-cs-deployment.yaml
+++ b/kubernetes/aaf/templates/aaf-cs-deployment.yaml
@@ -22,14 +22,14 @@ spec:
name: "aaf-cs"
volumeMounts:
- mountPath: /data
- name: aaf-data
+ name: aaf-cs-data
readinessProbe:
tcpSocket:
port: 7000
initialDelaySeconds: 5
periodSeconds: 10
volumes:
- - name: aaf-data
+ - name: aaf-cs-data
hostPath:
path: /dockerdata-nfs/{{ .Values.nsPrefix }}/aaf/data
imagePullSecrets: