generated from phoenix-oss/tenant-tpl
Added Template and nginx for Image-hosting
This commit is contained in:
parent
d2b911dd2d
commit
3f1180edae
10 changed files with 199 additions and 1 deletions
16
templates/windowsserver/dv/windows-1-dv.yaml
Normal file
16
templates/windowsserver/dv/windows-1-dv.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
apiVersion: cdi.kubevirt.io/v1beta1
|
||||
kind: DataVolume
|
||||
metadata:
|
||||
name: windows-server-datavolume
|
||||
namespace: ${TENANT_NAMESPACE}
|
||||
spec:
|
||||
source:
|
||||
http:
|
||||
url: "http://nginx.${TENANT_DOMAIN}.apps.ai-2.kvant.cloud/windows-server-2022.qcow2"
|
||||
pvc:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 120Gi
|
||||
storageClassName: ocs-storagecluster-ceph-rbd
|
Loading…
Add table
Add a link
Reference in a new issue