mirror of
https://github.com/vmware-tanzu/velero.git
synced 2025-12-23 14:25:22 +00:00
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>
This commit is contained in:
committed by
Justin Nauman
parent
3ea9899140
commit
fc8f27c997
@@ -43,7 +43,7 @@ metadata:
|
||||
name: nginx-deployment
|
||||
namespace: nginx-example
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user