2023-02-12 20:36:55 +01:00
|
|
|
---
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
2023-02-14 01:23:36 +01:00
|
|
|
metadata:
|
|
|
|
name: nginx-ingress
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
project: default
|
|
|
|
sources:
|
|
|
|
- repoURL: https://helm.nginx.com/stable
|
|
|
|
chart: nginx-ingress
|
|
|
|
targetRevision: 0.16.1
|
|
|
|
helm:
|
|
|
|
releaseName: nginx
|
|
|
|
valueFiles:
|
|
|
|
- $values/ingress/values.yaml
|
|
|
|
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
|
|
targetRevision: HEAD
|
|
|
|
ref: values
|
|
|
|
destination:
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
namespace: nginx-ingress
|
|
|
|
syncPolicy:
|
|
|
|
syncOptions:
|
|
|
|
- CreateNamespace=true
|
|
|
|
|
|
|
|
automated:
|
|
|
|
selfHeal: false
|
|
|
|
prune: true
|
|
|
|
---
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
2023-02-12 20:36:55 +01:00
|
|
|
metadata:
|
|
|
|
name: argocd-ingress
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
2023-02-12 20:43:01 +01:00
|
|
|
project: default
|
2023-02-12 20:36:55 +01:00
|
|
|
source:
|
|
|
|
repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
|
|
targetRevision: HEAD
|
|
|
|
path: argo
|
|
|
|
destination:
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
namespace: argocd
|
|
|
|
syncPolicy:
|
|
|
|
syncOptions:
|
|
|
|
- CreateNamespace=true
|
|
|
|
|
|
|
|
automated:
|
2023-02-14 01:23:36 +01:00
|
|
|
selfHeal: false
|
|
|
|
prune: true
|
|
|
|
---
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
2023-06-19 04:43:29 +02:00
|
|
|
name: longhorn
|
2023-02-14 01:23:36 +01:00
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
project: default
|
|
|
|
sources:
|
2023-06-19 04:43:29 +02:00
|
|
|
- repoURL: https://charts.longhorn.io
|
|
|
|
chart: longhorn
|
2023-08-14 11:34:29 +02:00
|
|
|
targetRevision: 1.4.3
|
2023-02-14 01:23:36 +01:00
|
|
|
helm:
|
2023-07-10 02:41:19 +02:00
|
|
|
releaseName: longhorn
|
2023-02-14 01:23:36 +01:00
|
|
|
valueFiles:
|
2023-06-19 04:43:29 +02:00
|
|
|
- $values/longhorn/values.yaml
|
2023-02-14 01:23:36 +01: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
|
2023-06-19 04:43:29 +02:00
|
|
|
path: longhorn
|
2023-08-25 20:15:42 +02:00
|
|
|
- repoURL: https://github.com/kubernetes-csi/external-snapshotter.git
|
|
|
|
targetRevision: release-4.0
|
|
|
|
path: client/config/crd
|
2023-02-14 01:23:36 +01:00
|
|
|
destination:
|
|
|
|
server: https://kubernetes.default.svc
|
2023-06-19 04:47:13 +02:00
|
|
|
namespace: longhorn-system
|
2023-02-14 01:23:36 +01:00
|
|
|
syncPolicy:
|
|
|
|
syncOptions:
|
|
|
|
- CreateNamespace=true
|
|
|
|
|
2023-04-06 18:51:47 +02:00
|
|
|
automated:
|
|
|
|
selfHeal: false
|
|
|
|
prune: true
|
|
|
|
---
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: prometheus
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
project: default
|
|
|
|
sources:
|
2023-06-20 08:43:48 +02:00
|
|
|
- chart: kube-prometheus-stack
|
2023-04-06 18:51:47 +02:00
|
|
|
repoURL: https://prometheus-community.github.io/helm-charts
|
2023-08-14 11:35:53 +02:00
|
|
|
targetRevision: 48.3.1
|
2023-04-06 18:51:47 +02:00
|
|
|
helm:
|
|
|
|
releaseName: prometheus
|
2023-04-20 01:39:36 +02:00
|
|
|
valueFiles:
|
|
|
|
- $values/prometheus/values.yaml
|
|
|
|
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
|
|
targetRevision: HEAD
|
|
|
|
ref: values
|
2023-04-06 18:51:47 +02:00
|
|
|
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
|
|
targetRevision: HEAD
|
|
|
|
path: prometheus
|
|
|
|
destination:
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
namespace: prometheus
|
|
|
|
syncPolicy:
|
|
|
|
syncOptions:
|
|
|
|
- CreateNamespace=true
|
2023-06-20 09:25:19 +02:00
|
|
|
- ServerSideApply=true
|
2023-04-06 18:51:47 +02:00
|
|
|
|
|
|
|
automated:
|
|
|
|
selfHeal: false
|
|
|
|
prune: true
|
2023-07-09 14:07:58 +02:00
|
|
|
---
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: node-labeler
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
project: default
|
|
|
|
source:
|
|
|
|
repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
|
|
targetRevision: HEAD
|
|
|
|
path: node-labeler
|
|
|
|
destination:
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
namespace: node-labeler
|
|
|
|
syncPolicy:
|
|
|
|
syncOptions:
|
|
|
|
- CreateNamespace=true
|
|
|
|
automated:
|
|
|
|
selfHeal: false
|
|
|
|
prune: true
|