From f38f50786b7657008a1cba6bf0d50d98bb4421c7 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Sat, 20 Dec 2025 20:35:50 +0100 Subject: [PATCH] chore(argocd): Re-enable Piraeus --- k8s-peterg/argocd/applications-wheatley.yaml | 38 +++++++++---------- .../datastore/sattelite-configuration.yaml | 3 ++ 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/k8s-peterg/argocd/applications-wheatley.yaml b/k8s-peterg/argocd/applications-wheatley.yaml index 326970c..9accf98 100644 --- a/k8s-peterg/argocd/applications-wheatley.yaml +++ b/k8s-peterg/argocd/applications-wheatley.yaml @@ -38,25 +38,25 @@ spec: selfHeal: true syncOptions: - ServerSideApply=true -# --- -# apiVersion: argoproj.io/v1alpha1 -# kind: Application -# metadata: -# name: piraeus-datastore -# namespace: argocd -# spec: -# project: default -# source: -# repoURL: https://code.peterg.nl/wheatley/kubernetes.git -# path: k8s-wheatley/datastore -# targetRevision: HEAD -# destination: -# server: https://10.13.37.10:6443 -# namespace: piraeus-datastore -# syncPolicy: -# automated: -# prune: true -# selfHeal: true +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: piraeus-datastore + namespace: argocd +spec: + project: default + source: + repoURL: https://code.peterg.nl/wheatley/kubernetes.git + path: k8s-wheatley/datastore + targetRevision: HEAD + destination: + server: https://10.13.37.10:6443 + namespace: piraeus-datastore + syncPolicy: + automated: + prune: true + selfHeal: true --- apiVersion: argoproj.io/v1alpha1 kind: Application diff --git a/k8s-wheatley/datastore/sattelite-configuration.yaml b/k8s-wheatley/datastore/sattelite-configuration.yaml index 47d3ac1..0b62e7d 100644 --- a/k8s-wheatley/datastore/sattelite-configuration.yaml +++ b/k8s-wheatley/datastore/sattelite-configuration.yaml @@ -41,3 +41,6 @@ spec: lvmThinPool: volumeGroup: vg0 thinPool: thinpool + source: + hostDevices: + - /dev/vdb