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:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: ${STORAGE_SIZE}
|
storage: ${STORAGE_SIZE}
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
durability: ${STORAGE_DURABILITY}
|
|
||||||
- apiVersion: v1
|
- apiVersion: v1
|
||||||
kind: DeploymentConfig
|
kind: DeploymentConfig
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -97,10 +94,6 @@ parameters:
|
||||||
displayName: Replicas
|
displayName: Replicas
|
||||||
name: REPLICAS
|
name: REPLICAS
|
||||||
value: "1"
|
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.
|
- description: The size of the storage to reclaim.
|
||||||
displayName: Storage size
|
displayName: Storage size
|
||||||
name: STORAGE_SIZE
|
name: STORAGE_SIZE
|
||||||
|
|
|
@ -3,8 +3,6 @@ apiVersion: v1
|
||||||
kind: PersistentVolume
|
kind: PersistentVolume
|
||||||
metadata:
|
metadata:
|
||||||
name: disk-1
|
name: disk-1
|
||||||
labels:
|
|
||||||
durability: permanent
|
|
||||||
spec:
|
spec:
|
||||||
capacity:
|
capacity:
|
||||||
storage: 10Gi
|
storage: 10Gi
|
||||||
|
|
Loading…
Reference in a new issue