Compare commits
1 Commits
60c7dd4bdc
...
f0c69e0d86
| Author | SHA1 | Date | |
|---|---|---|---|
| f0c69e0d86 |
@@ -41,7 +41,7 @@ spec:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: models
|
- name: models
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: llama-models
|
claimName: 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: llama-models
|
name: models
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 200Gi
|
storage: 200Gi
|
||||||
storageClassName: mayastor-single-ssd
|
storageClassName: mayastor-single-hdd
|
||||||
|
|||||||
@@ -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.5-full
|
image: renovate/renovate:41.43.3-full
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: renovate-gitea-token
|
name: renovate-gitea-token
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
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
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
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,11 +15,9 @@ 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