From d4f404ea702aec4468c055d7ec2e1e61a44770f4 Mon Sep 17 00:00:00 2001 From: Ovidio Mallo Date: Fri, 9 Dec 2016 01:29:24 +0100 Subject: [PATCH] Remove the storage durability configuration --- deployment/manifests/app.yaml | 7 ------- deployment/volumes.yaml | 2 -- 2 files changed, 9 deletions(-) diff --git a/deployment/manifests/app.yaml b/deployment/manifests/app.yaml index 53e7354..98b9f24 100644 --- a/deployment/manifests/app.yaml +++ b/deployment/manifests/app.yaml @@ -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 diff --git a/deployment/volumes.yaml b/deployment/volumes.yaml index 3f3f0c7..52f0779 100644 --- a/deployment/volumes.yaml +++ b/deployment/volumes.yaml @@ -3,8 +3,6 @@ apiVersion: v1 kind: PersistentVolume metadata: name: disk-1 - labels: - durability: permanent spec: capacity: storage: 10Gi