chore(argocd): Add Piraeus and CNPG applications

This commit is contained in:
Peter 2025-12-09 11:24:46 +01:00
parent 007920ad8b
commit bd2a0c7c55
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -18,3 +18,43 @@ spec:
prune: true
selfHeal: true
enabled: 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
enabled: true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cloudnative-pg
namespace: argocd
spec:
project: default
source:
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
path: k8s-wheatley/cloudnative-pg
targetRevision: HEAD
destination:
server: https://10.13.37.10:6443
namespace: cnpg-system
syncPolicy:
automated:
prune: true
selfHeal: true
enabled: true