182 lines
No EOL
4.1 KiB
YAML
182 lines
No EOL
4.1 KiB
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
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
|
|
metadata:
|
|
name: argocd-ingress
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
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:
|
|
selfHeal: false
|
|
prune: true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: certbot
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
sources:
|
|
- chart: cert-manager
|
|
repoURL: https://charts.jetstack.io
|
|
targetRevision: v1.11.0
|
|
helm:
|
|
releaseName: certbot
|
|
parameters:
|
|
- name: "installCRDs"
|
|
value: "true"
|
|
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
targetRevision: HEAD
|
|
path: certbot
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: cert-manager
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
|
|
automated:
|
|
selfHeal: false
|
|
prune: true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: rook
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
sources:
|
|
- repoURL: https://charts.rook.io/release
|
|
chart: rook-ceph
|
|
targetRevision: 1.10.11
|
|
helm:
|
|
releaseName: rook-ceph
|
|
- repoURL: https://charts.rook.io/release
|
|
chart: rook-ceph-cluster
|
|
targetRevision: 1.10.11
|
|
helm:
|
|
releaseName: rook-ceph-cluster
|
|
valueFiles:
|
|
- $values/storage/values.yaml
|
|
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
targetRevision: HEAD
|
|
ref: values
|
|
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
targetRevision: HEAD
|
|
path: storage
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: rook-ceph
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
|
|
automated:
|
|
selfHeal: false
|
|
prune: true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: prometheus
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
sources:
|
|
- chart: prometheus
|
|
repoURL: https://prometheus-community.github.io/helm-charts
|
|
targetRevision: 20.2.0
|
|
helm:
|
|
releaseName: prometheus
|
|
valueFiles:
|
|
- $values/prometheus/values.yaml
|
|
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
targetRevision: HEAD
|
|
ref: values
|
|
- 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
|
|
|
|
automated:
|
|
selfHeal: false
|
|
prune: true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: grafana
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
sources:
|
|
- chart: grafana
|
|
repoURL: https://grafana.github.io/helm-charts
|
|
targetRevision: 6.52.8
|
|
helm:
|
|
releaseName: grafana
|
|
valueFiles:
|
|
- $values/grafana/values.yaml
|
|
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
targetRevision: HEAD
|
|
ref: values
|
|
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
targetRevision: HEAD
|
|
path: grafana
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: grafana
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
|
|
automated:
|
|
selfHeal: false
|
|
prune: true |