Remove the storage durability configuration

This commit is contained in:
Ovidio Mallo 2016-12-09 01:29:24 +01:00
parent d8e090f39f
commit d4f404ea70
2 changed files with 0 additions and 9 deletions

View file

@ -13,9 +13,6 @@ objects:
resources:
requests:
storage: ${STORAGE_SIZE}
selector:
matchLabels:
durability: ${STORAGE_DURABILITY}
- apiVersion: v1
kind: DeploymentConfig
metadata:
@ -97,10 +94,6 @@ parameters:
displayName: Replicas
name: REPLICAS
value: "1"
- description: The durability of reclaimed storage volumes.
displayName: Storage durability
name: STORAGE_DURABILITY
value: permanent
- description: The size of the storage to reclaim.
displayName: Storage size
name: STORAGE_SIZE

View file

@ -3,8 +3,6 @@ apiVersion: v1
kind: PersistentVolume
metadata:
name: disk-1
labels:
durability: permanent
spec:
capacity:
storage: 10Gi