diff --git a/deployment/manifests/app.yaml b/deployment/manifests/app.yaml index 98b9f24..7aeadff 100644 --- a/deployment/manifests/app.yaml +++ b/deployment/manifests/app.yaml @@ -1,18 +1,18 @@ apiVersion: v1 kind: Template objects: -- apiVersion: v1 - kind: PersistentVolumeClaim - metadata: - name: ${APP}-data - labels: - app: ${APP} - spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: ${STORAGE_SIZE} +#- apiVersion: v1 +# kind: PersistentVolumeClaim +# metadata: +# name: ${APP}-data +# labels: +# app: ${APP} +# spec: +# accessModes: +# - ReadWriteOnce +# resources: +# requests: +# storage: ${STORAGE_SIZE} - apiVersion: v1 kind: DeploymentConfig metadata: