Compare commits
3 Commits
f0c69e0d86
...
60c7dd4bdc
| Author | SHA1 | Date | |
|---|---|---|---|
| 60c7dd4bdc | |||
| 0fde3108d6 | |||
| a299c2cc2b |
@@ -41,7 +41,7 @@ spec:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: models
|
- name: models
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: models
|
claimName: llama-models
|
||||||
- name: kfd
|
- name: kfd
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /dev/kfd
|
path: /dev/kfd
|
||||||
|
|||||||
@@ -3,11 +3,11 @@ apiVersion: v1
|
|||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
namespace: llama
|
namespace: llama
|
||||||
name: models
|
name: llama-models
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 200Gi
|
storage: 200Gi
|
||||||
storageClassName: mayastor-single-hdd
|
storageClassName: mayastor-single-ssd
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ spec:
|
|||||||
- name: renovate
|
- name: renovate
|
||||||
# Update this to the latest available and then enable Renovate on
|
# Update this to the latest available and then enable Renovate on
|
||||||
# the manifest
|
# the manifest
|
||||||
image: renovate/renovate:41.43.2-full
|
image: renovate/renovate:41.43.5-full
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: renovate-gitea-token
|
name: renovate-gitea-token
|
||||||
|
|||||||
18
infra/configs/single-ssd-sc.yaml
Normal file
18
infra/configs/single-ssd-sc.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
apiVersion: storage.k8s.io/v1
|
||||||
|
kind: StorageClass
|
||||||
|
metadata:
|
||||||
|
name: mayastor-single-ssd
|
||||||
|
parameters:
|
||||||
|
protocol: nvmf
|
||||||
|
# Single replica
|
||||||
|
repl: "1"
|
||||||
|
# Thin provision volumes
|
||||||
|
thin: "true"
|
||||||
|
# Generate new filesystem's uuid when cloning
|
||||||
|
cloneFsIdAsVolumeId: "true"
|
||||||
|
# Schedule this sconly on ssd
|
||||||
|
poolAffinityTopologyLabel: |
|
||||||
|
type: ssd
|
||||||
|
provisioner: io.openebs.csi-mayastor
|
||||||
|
# Allow expansion of volumes
|
||||||
|
allowVolumeExpansion: true
|
||||||
11
infra/diskpools/anapistula-delrosalae-ssd.yaml
Normal file
11
infra/diskpools/anapistula-delrosalae-ssd.yaml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: "openebs.io/v1beta3"
|
||||||
|
kind: DiskPool
|
||||||
|
metadata:
|
||||||
|
name: anapistula-delrosalae-ssd
|
||||||
|
namespace: openebs
|
||||||
|
spec:
|
||||||
|
node: anapistula-delrosalae
|
||||||
|
disks: ["aio:///dev/disk/by-id/nvme-eui.000000000000000000a07501ead1ebdb"]
|
||||||
|
topology:
|
||||||
|
labelled:
|
||||||
|
type: ssd
|
||||||
@@ -15,9 +15,11 @@ resources:
|
|||||||
- controllers/mongodb-operator.yaml
|
- controllers/mongodb-operator.yaml
|
||||||
- controllers/cloudnative-pg.yaml
|
- controllers/cloudnative-pg.yaml
|
||||||
- diskpools/anapistula-delrosalae-hdd.yaml
|
- diskpools/anapistula-delrosalae-hdd.yaml
|
||||||
|
- diskpools/anapistula-delrosalae-ssd.yaml
|
||||||
- configs/bgp-cluster-config.yaml
|
- configs/bgp-cluster-config.yaml
|
||||||
- configs/loadbalancer-ippool.yaml
|
- configs/loadbalancer-ippool.yaml
|
||||||
- configs/single-hdd-sc.yaml
|
- configs/single-hdd-sc.yaml
|
||||||
|
- configs/single-ssd-sc.yaml
|
||||||
- configs/mayastor-snapshotclass.yaml
|
- configs/mayastor-snapshotclass.yaml
|
||||||
- configs/openbao-cert.yaml
|
- configs/openbao-cert.yaml
|
||||||
- configs/ovh-cert-manager-secret.yaml
|
- configs/ovh-cert-manager-secret.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user