add argo-rollouts

This commit is contained in:
2025-07-04 01:30:32 -05:00
parent 0b1b828c7d
commit 1f47c68859
2 changed files with 38 additions and 0 deletions

34
apps/argo-rollouts.yaml Normal file
View File

@ -0,0 +1,34 @@
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: argo-rollouts
spec:
goTemplate: true
goTemplateOptions: ["missingkey=error"]
generators:
- list:
elements:
- cluster: production
url: https://kubernetes.default.svc
- cluster: staging
url: https://k3s-ctrl-lb.lab.kill0.net:6443
- cluster: development
url: https://k0s-ctrl-vip.lab.kill0.net:6443
template:
metadata:
name: 'argo-rollouts-{{.cluster}}'
spec:
project: default
source:
repoURL: https://git.kill0.net/ryanc/argocd.git
targetRevision: HEAD
path: argo-rollouts
destination:
server: '{{.url}}'
namespace: argo-rollouts
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

View File

@ -0,0 +1,4 @@
---
resources:
- github.com/argoproj/argo-rollouts//manifests/cluster-install?ref=v1.8.3
- github.com/argoproj/argo-rollouts//manifests/dashboard-install?ref=v1.8.3