Files
velero/examples/nginx-app
Nolan Brubaker 3124570c7f Remove references to apps/v1beta1 API group (#1673)
* Remove references to apps/v1beta1 API group

In Kubernetes v1.16, the apps/v1 API group will be the default served
for relevant resources.

Update any references to apps/v1beta1 for fowards compatibility.

Fixes #1672

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>

* Update API group on plugin commands

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
2019-07-17 15:03:48 -06:00
..
2019-02-04 17:35:22 -05: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 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>.