Remove the storage durability configuration
This commit is contained in:
parent
d8e090f39f
commit
d4f404ea70
2 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -3,8 +3,6 @@ apiVersion: v1
|
|||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: disk-1
|
||||
labels:
|
||||
durability: permanent
|
||||
spec:
|
||||
capacity:
|
||||
storage: 10Gi
|
||||
|
|
Loading…
Reference in a new issue