2024-10-04 19:04:36 +02:00
|
|
|
---
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
2024-10-04 20:20:02 +02:00
|
|
|
metadata:
|
|
|
|
name: apps-self
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
project: default
|
|
|
|
source:
|
|
|
|
repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
|
|
targetRevision: HEAD
|
|
|
|
path: "app-files"
|
|
|
|
directory:
|
|
|
|
include: 'apps.yaml'
|
|
|
|
destination:
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
namespace: argocd
|
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
prune: false
|
|
|
|
---
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
2024-10-04 19:04:36 +02:00
|
|
|
metadata:
|
|
|
|
name: woodpecker
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
project: default
|
|
|
|
sources:
|
|
|
|
- chart: woodpecker
|
2024-10-07 09:19:39 +02:00
|
|
|
repoURL: https://woodpecker-ci.org/
|
2024-10-04 19:04:36 +02:00
|
|
|
targetRevision: 1.6.0
|
|
|
|
helm:
|
|
|
|
releaseName: woodpecker
|
|
|
|
valueFiles:
|
2024-10-07 09:19:39 +02:00
|
|
|
- $values/woodpecker/values/values.yaml
|
2024-10-04 19:04:36 +02:00
|
|
|
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
|
|
targetRevision: HEAD
|
|
|
|
ref: values
|
|
|
|
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
|
|
targetRevision: HEAD
|
2024-10-04 19:30:58 +02:00
|
|
|
path: woodpecker/secrets
|
2024-10-16 21:01:40 +02:00
|
|
|
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
|
|
targetRevision: HEAD
|
|
|
|
path: woodpecker/grpc-ingress
|
2024-10-04 19:04:36 +02:00
|
|
|
destination:
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
namespace: woodpecker
|
|
|
|
syncPolicy:
|
|
|
|
syncOptions:
|
2024-10-07 09:19:39 +02:00
|
|
|
- CreateNamespace=true
|
2024-10-04 19:04:36 +02:00
|
|
|
automated:
|
|
|
|
prune: false
|
2024-10-04 19:45:15 +02:00
|
|
|
---
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: paste
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
project: default
|
|
|
|
source:
|
|
|
|
repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
|
|
targetRevision: HEAD
|
|
|
|
path: paste
|
|
|
|
destination:
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
namespace: paste
|
|
|
|
syncPolicy:
|
|
|
|
syncOptions:
|
2024-10-07 09:19:39 +02:00
|
|
|
- CreateNamespace=true
|
2024-10-04 19:45:15 +02:00
|
|
|
automated:
|
|
|
|
selfHeal: false
|
|
|
|
prune: false
|
2024-10-29 13:22:30 +01:00
|
|
|
---
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: fail2ban-prometheus
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
project: default
|
|
|
|
source:
|
|
|
|
repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
|
|
targetRevision: HEAD
|
|
|
|
path: fail2ban-exporter
|
|
|
|
destination:
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
namespace: fail2ban-prometheus
|
|
|
|
syncPolicy:
|
|
|
|
syncOptions:
|
|
|
|
- CreateNamespace=true
|
|
|
|
automated:
|
|
|
|
selfHeal: false
|
|
|
|
prune: true
|