# projected: {} # alternative to creating a PVC, see https://docs.openshift.com/container-platform/4.10/nodes/containers/nodes-containers-projected-volumes.html
# volumeName: <some-pv> # the name of a PersistentVolume, e.g. if you want to mount via NFS
# mountOnly: false # optional, if the volume is created somewhere else
# accessModes: # optional, list of access modes within the container. if omitted, we use ReadWriteOnce
# - "ReadWriteOnce"
# accessModes: # optional, list of access modes within the container. if omitted, we use ReadWriteMany
# - "ReadWriteMany"
# deploymentStrategy is the strategy used for rolling out new pods by the
# Deployment. Can be either RollingUpdate or Recreate. Recreate will shut down
# the existing deployment before creating a new one.