From 222b153242c86571197cac914cfc1ceee6561180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Mon, 13 May 2019 16:48:42 +0200 Subject: [PATCH] Provide volume snapshot according to DO support Read: https://github.com/Human-Connection/Human-Connection/pull/573#issuecomment-491358847 --- deployment/volumes/snapshots.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 deployment/volumes/snapshots.yaml diff --git a/deployment/volumes/snapshots.yaml b/deployment/volumes/snapshots.yaml new file mode 100644 index 000000000..9415a331d --- /dev/null +++ b/deployment/volumes/snapshots.yaml @@ -0,0 +1,10 @@ +--- + apiVersion: snapshot.storage.k8s.io/v1alpha1 + kind: VolumeSnapshot + metadata: + name: neo4j-data-snapshot-2 + namespace: human-connection + spec: + source: + name: neo4j-data-claim + kind: PersistentVolumeClaim