| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414 |
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: cloudflared
- namespace: argocd
- spec:
- destination:
- namespace: kube-system
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/infra/cloudflared
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: argocd
- namespace: argocd
- spec:
- destination:
- namespace: argocd
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/infra/argocd
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: tronbyt
- namespace: argocd
- spec:
- destination:
- namespace: tronbyt
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/tronbyt
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: magicmirror
- namespace: argocd
- spec:
- destination:
- namespace: magicmirror
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/magicmirror
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: plex
- namespace: argocd
- spec:
- destination:
- namespace: plex
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/plex
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: jellyfin
- namespace: argocd
- spec:
- destination:
- namespace: plex
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/jellyfin
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: media-automation
- namespace: argocd
- spec:
- destination:
- namespace: plex
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/media-automation
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: monitoring
- namespace: argocd
- spec:
- destination:
- namespace: monitoring
- server: https://kubernetes.default.svc
- project: default
- source:
- directory:
- recurse: true
- path: argocd/infra/monitoring
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- syncOptions:
- - CreateNamespace=true
- - ServerSideApply=true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: uptime-kuma
- namespace: argocd
- spec:
- destination:
- namespace: uptime-kuma
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/infra/uptime-kuma
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: copyparty
- namespace: argocd
- spec:
- destination:
- namespace: copyparty
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/copyparty
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: gogs
- namespace: argocd
- spec:
- destination:
- namespace: gogs
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/gogs
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: homeassistant
- namespace: argocd
- spec:
- destination:
- namespace: homeassistant
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/homeassistant
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: traefik
- namespace: argocd
- spec:
- destination:
- namespace: kube-system
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/infra/traefik
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: upgrade-plan
- namespace: argocd
- spec:
- destination:
- namespace: system-upgrade
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/infra/upgrade-plan
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: miniflux
- namespace: argocd
- spec:
- destination:
- namespace: miniflux
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/miniflux
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: ntfy
- namespace: argocd
- spec:
- destination:
- namespace: ntfy
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/ntfy
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: ooniprobe
- namespace: argocd
- spec:
- destination:
- namespace: ooniprobe
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/ooniprobe
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: syncthing
- namespace: argocd
- spec:
- destination:
- namespace: syncthing
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/syncthing
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: seedbox
- namespace: argocd
- spec:
- destination:
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/seedbox
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: rook-ceph-operator
- namespace: argocd
- spec:
- destination:
- namespace: rook-ceph
- server: https://kubernetes.default.svc
- project: default
- sources:
- - repoURL: https://charts.rook.io/release
- targetRevision: '1.13.10'
- chart: rook-ceph
- helm:
- valueFiles:
- - $values/argocd/rook/rook-ceph-operator-values.yaml
- - repoURL: https://gogs.jibby.org/jhb2345/server
- ref: values
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: rook-ceph-cluster
- namespace: argocd
- spec:
- destination:
- namespace: rook-ceph
- server: https://kubernetes.default.svc
- project: default
- sources:
- - repoURL: https://charts.rook.io/release
- targetRevision: '1.13.10'
- chart: rook-ceph-cluster
- helm:
- valueFiles:
- - $values/argocd/rook/rook-ceph-cluster-values.yaml
- parameters:
- - name: "operatorNamespace"
- value: rook-ceph
- - repoURL: https://gogs.jibby.org/jhb2345/server
- ref: values
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
- ---
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: rook-manifest
- namespace: argocd
- spec:
- destination:
- server: https://kubernetes.default.svc
- project: default
- source:
- path: argocd/rook-manifest
- repoURL: https://gogs.jibby.org/jhb2345/server
- targetRevision: HEAD
- syncPolicy:
- automated:
- enabled: true
|