feat: Deploy Alloy on k8s-wheatley

This commit is contained in:
Peter 2026-01-17 21:24:02 +01:00
parent a5b24ac356
commit cc8616e1bb
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
3 changed files with 661 additions and 0 deletions

View file

@ -60,6 +60,26 @@ spec:
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: alloy-wheatley
namespace: argocd
spec:
project: default
source:
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
path: k8s-wheatley/alloy
targetRevision: HEAD
destination:
server: https://10.13.37.10:6443
namespace: alloy
syncPolicy:
automated:
prune: true
selfHeal: true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cloudnative-pg
namespace: argocd