2025-11-09 14:16:18 +01:00
|
|
|
---
|
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: argocd
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
|
|
|
|
project: default
|
|
|
|
|
source:
|
|
|
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
|
|
|
path: k8s-peterg/argocd
|
|
|
|
|
targetRevision: HEAD
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: argocd
|
|
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: true
|
|
|
|
|
selfHeal: true
|
|
|
|
|
---
|
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: cilium-peterg
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
|
|
|
|
project: default
|
|
|
|
|
source:
|
|
|
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
|
|
|
path: k8s-peterg/cilium
|
|
|
|
|
targetRevision: HEAD
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: kube-system
|
|
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: true
|
|
|
|
|
selfHeal: true
|
|
|
|
|
---
|
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: external-secrets-peterg
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
|
|
|
|
project: default
|
|
|
|
|
source:
|
|
|
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
|
|
|
path: k8s-peterg/external-secrets-operator
|
|
|
|
|
targetRevision: HEAD
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: external-secrets
|
|
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: true
|
|
|
|
|
selfHeal: true
|
|
|
|
|
syncOptions:
|
|
|
|
|
- ServerSideApply=true
|
2025-12-14 15:34:15 +01:00
|
|
|
---
|
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: alloy-peterg
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
|
|
|
|
project: default
|
|
|
|
|
source:
|
|
|
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
|
|
|
path: k8s-peterg/alloy
|
|
|
|
|
targetRevision: HEAD
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: alloy
|
|
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: true
|
|
|
|
|
selfHeal: true
|
2026-01-31 18:55:55 +01:00
|
|
|
syncOptions:
|
|
|
|
|
- ServerSideApply=true
|
2026-04-01 20:52:14 +02:00
|
|
|
---
|
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
2026-05-24 22:20:21 +02:00
|
|
|
metadata:
|
|
|
|
|
name: metrics-server-peterg
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
|
|
|
|
project: default
|
|
|
|
|
source:
|
|
|
|
|
repoURL: https://kubernetes-sigs.github.io
|
|
|
|
|
targetRevision: 3.13.0
|
|
|
|
|
chart: metrics-server
|
|
|
|
|
helm:
|
|
|
|
|
releaseName: metrics-server
|
|
|
|
|
values: |
|
|
|
|
|
args:
|
|
|
|
|
kubelet-insecure-tls: true
|
|
|
|
|
kubelet-preferred-address-types: InternalIP
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: kube-system
|
|
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: true
|
|
|
|
|
selfHeal: true
|
|
|
|
|
---
|
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
2026-04-01 20:52:14 +02:00
|
|
|
metadata:
|
|
|
|
|
name: argo-workflows
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
|
|
|
|
project: default
|
|
|
|
|
source:
|
|
|
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
|
|
|
path: k8s-peterg/argo-workflows
|
|
|
|
|
targetRevision: HEAD
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: argo-workflows
|
|
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: true
|
|
|
|
|
selfHeal: true
|
|
|
|
|
syncOptions:
|
|
|
|
|
- ServerSideApply=true
|
2026-05-06 17:12:49 +02:00
|
|
|
---
|
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: renovate-operator
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
|
|
|
|
project: default
|
|
|
|
|
source:
|
|
|
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
|
|
|
path: k8s-peterg/renovate-operator
|
|
|
|
|
targetRevision: HEAD
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: renovate-operator
|
|
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: true
|
|
|
|
|
selfHeal: true
|