Files
velero/examples/nginx-app
Justin Nauman fc8f27c997 Adjusting PV example to only one replica
- The two replicas contend for single PVC with the defined toplogy.  Could adjust to SS but kept it simple for now

Signed-off-by: Justin Nauman <justin.r.nauman@gmail.com>
2017-08-21 09:47:11 -05:00
..
2017-08-02 13:27:17 -04:00
2017-08-02 13:27:17 -04:00

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 Ark'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 Ark's PV snapshotting functionality can also be tested.

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