aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-03-24 13:11:37 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-24 13:11:37 +0000
commitb171f175346b6e010928b97dc8b168b98740f39e (patch)
tree4b167b24693224491bf93f8942ad1cc8bd2f5dd7
parenta70b7bfbce26427b66bbc1aee61ba226195848ee (diff)
parent437278bc029d55bbcf2e52feb217db652912922e (diff)
Merge "[VID] Create an empty dir for cache"
-rw-r--r--kubernetes/vid/templates/deployment.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/vid/templates/deployment.yaml b/kubernetes/vid/templates/deployment.yaml
index d1b4bcdbf2..478b44232b 100644
--- a/kubernetes/vid/templates/deployment.yaml
+++ b/kubernetes/vid/templates/deployment.yaml
@@ -141,6 +141,8 @@ spec:
- mountPath: /tmp/logback.xml
name: vid-logback
subPath: logback.xml
+ - mountPath: /opt/app/vid
+ name: vid-cache
resources:
{{ include "common.resources" . | indent 12 }}
{{- if .Values.nodeSelector }}
@@ -170,6 +172,8 @@ spec:
- name: filebeat-conf
configMap:
name: {{ include "common.fullname" . }}-filebeat-configmap
+ - name: vid-cache
+ emptyDir: {}
- name: vid-logs
emptyDir: {}
- name: vid-data-filebeat