diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2017-10-05 18:01:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-05 18:01:22 +0000 |
commit | 756429ad6cd108bff2d81871227e0d6b9080a839 (patch) | |
tree | 46c45ab663ae8e966f184c8d88912cfdf7d1bd13 /kubernetes/aaf/templates/aaf-cs-deployment.yaml | |
parent | cdabac5a645dc52162835a9ace8c36dcb05db5e1 (diff) | |
parent | e755f640ec263d81f30a509055714d7b76b329a3 (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.yaml | 4 |
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: |