velero/examples/nginx-app
Stefan Schindler 88d35290bf Use more recent nginx in example
Signed-off-by: Stefan Schindler <dns2utf8@estada.ch>
2019-12-17 16:50:36 +01:00
..
README.md Rename Ark to Velero!!! 2019-02-04 17:35:22 -05:00
base.yaml Use more recent nginx in example 2019-12-17 16:50:36 +01:00
with-pv.yaml Use more recent nginx in example 2019-12-17 16:50:36 +01:00

README.md

Files

This directory contains manifests for two versions of a sample Nginx app under the nginx-example namespace.

base.yaml

This is the most basic version of the Nginx app, which can be used to test Velero's backup and restore functionality.

This can be deployed as is.

with-pv.yaml

This sets up an Nginx app that logs to a persistent volume, so that Velero's PV snapshotting functionality can also be tested.

This requires you to first replace the placeholder value <YOUR_STORAGE_CLASS_NAME>.