################################################################################ # This program and the accompanying materials are made available under the terms of the # Eclipse Public License v2.0 which accompanies this distribution, and is available at # https://www.eclipse.org/legal/epl-v20.html # # SPDX-License-Identifier: EPL-2.0 # # Copyright Contributors to the Zowe Project. ################################################################################ --- apiVersion: v1 kind: PersistentVolumeClaim metadata: name: zowe-workspace-pvc namespace: zowe labels: app.kubernetes.io/name: zowe app.kubernetes.io/instance: zowe app.kubernetes.io/managed-by: manual spec: # FIXME: StorageClass should be predefined by Kubernetes admin # hostpath is a StorageClass created by Docker Desktop by default storageClassName: hostpath accessModes: - ReadWriteMany resources: requests: storage: 50Mi