new storageclass for vm

This commit is contained in:
Joseph Hanson 2024-07-15 21:02:08 -05:00
parent 15673d7404
commit 9283e43240
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 4 additions and 4 deletions

View file

@ -9,4 +9,4 @@ spec:
resources:
requests:
storage: 160Gi
storageClassName: local-hostpath-nvme1
storageClassName: "openebs-hostpath"

View file

@ -44,7 +44,7 @@ spec:
pod: {}
nodeSelector:
kubernetes.io/hostname: shadowfax
priorityClassName: vm-standard
# priorityClassName: vm-standard
volumes:
- name: disk1
persistentVolumeClaim:

View file

@ -9,9 +9,9 @@ spec:
resources:
requests:
storage: 2Gi
storageClassName: "local-hostpath-nvme1"
storageClassName: "openebs-hostpath"
accessModes:
- "ReadWriteMany"
- "ReadWriteOnce"
source:
http:
url: "https://channels.nixos.org/nixos-24.05/latest-nixos-minimal-x86_64-linux.iso"