mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(vm-ad): back to RBD
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
# - pvc.yaml
|
||||
- pvc.yaml
|
||||
- secrets-restic.yaml
|
||||
- rdst.yaml
|
||||
- rsrc.yaml
|
||||
|
||||
@@ -24,11 +24,8 @@ spec:
|
||||
postBuild:
|
||||
substitute:
|
||||
PVC: "vm-ad-dc1-c-drive"
|
||||
SC: "file"
|
||||
SNAP: "file"
|
||||
SIZE: "105Gi"
|
||||
VOLUMEMODE: "Filesystem"
|
||||
ACCESSMODE: "ReadWriteMany"
|
||||
RUID: &uid "107"
|
||||
RGID: *uid
|
||||
RFSG: *uid
|
||||
@@ -66,11 +63,8 @@ spec:
|
||||
postBuild:
|
||||
substitute:
|
||||
PVC: "vm-ad-dc2-c-drive"
|
||||
SC: "file"
|
||||
SNAP: "file"
|
||||
SIZE: "105Gi"
|
||||
VOLUMEMODE: "Filesystem"
|
||||
ACCESSMODE: "ReadWriteMany"
|
||||
RUID: &uid "107"
|
||||
RGID: *uid
|
||||
RFSG: *uid
|
||||
|
||||
@@ -19,7 +19,6 @@ spec:
|
||||
vm.home.arpa/ad: "dc${NUM}"
|
||||
spec:
|
||||
hostname: "thunder-dc${NUM}"
|
||||
evictionStrategy: "LiveMigrate" # needs RWX PVC
|
||||
networks:
|
||||
- name: "main"
|
||||
pod:
|
||||
|
||||
Reference in New Issue
Block a user