From 66a9a5c4a387974e81b210fc9fa0024239582027 Mon Sep 17 00:00:00 2001 From: BorislavG Date: Wed, 6 Sep 2017 15:12:46 +0300 Subject: Persistent volumes for Database storage Addition of persistent volumes for all DBs including persistence of policy mariadb (with initial configuration data) Change-Id: I029e724c3f8bba7fe3599b0955a4a3d213c08163 Issue-ID: OOM-268 Signed-off-by: BorislavG --- kubernetes/sdc/templates/sdc-cs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes/sdc/templates/sdc-cs.yaml') diff --git a/kubernetes/sdc/templates/sdc-cs.yaml b/kubernetes/sdc/templates/sdc-cs.yaml index b660c90d64..9021194968 100644 --- a/kubernetes/sdc/templates/sdc-cs.yaml +++ b/kubernetes/sdc/templates/sdc-cs.yaml @@ -73,8 +73,8 @@ spec: periodSeconds: 10 volumes: - name: sdc-sdc-cs-cs - hostPath: - path: /dockerdata-nfs/{{ .Values.nsPrefix }}/sdc/sdc-cs/CS + persistentVolumeClaim: + claimName: sdc-cs-db - name: sdc-environments hostPath: path: /dockerdata-nfs/{{ .Values.nsPrefix }}/sdc/environments -- cgit 1.2.3-korg