applications.yaml 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  1. ---
  2. apiVersion: argoproj.io/v1alpha1
  3. kind: Application
  4. metadata:
  5. name: cloudflared
  6. namespace: argocd
  7. spec:
  8. destination:
  9. namespace: kube-system
  10. server: https://kubernetes.default.svc
  11. project: default
  12. source:
  13. path: argocd/infra/cloudflared
  14. repoURL: https://gogs.jibby.org/jhb2345/server
  15. targetRevision: HEAD
  16. syncPolicy:
  17. automated:
  18. enabled: true
  19. ---
  20. apiVersion: argoproj.io/v1alpha1
  21. kind: Application
  22. metadata:
  23. name: argocd
  24. namespace: argocd
  25. spec:
  26. destination:
  27. namespace: argocd
  28. server: https://kubernetes.default.svc
  29. project: default
  30. source:
  31. path: argocd/infra/argocd
  32. repoURL: https://gogs.jibby.org/jhb2345/server
  33. targetRevision: HEAD
  34. syncPolicy:
  35. automated:
  36. enabled: true
  37. ---
  38. apiVersion: argoproj.io/v1alpha1
  39. kind: Application
  40. metadata:
  41. name: tronbyt
  42. namespace: argocd
  43. spec:
  44. destination:
  45. namespace: tronbyt
  46. server: https://kubernetes.default.svc
  47. project: default
  48. source:
  49. path: argocd/tronbyt
  50. repoURL: https://gogs.jibby.org/jhb2345/server
  51. targetRevision: HEAD
  52. syncPolicy:
  53. automated:
  54. enabled: true
  55. ---
  56. apiVersion: argoproj.io/v1alpha1
  57. kind: Application
  58. metadata:
  59. name: magicmirror
  60. namespace: argocd
  61. spec:
  62. destination:
  63. namespace: magicmirror
  64. server: https://kubernetes.default.svc
  65. project: default
  66. source:
  67. path: argocd/magicmirror
  68. repoURL: https://gogs.jibby.org/jhb2345/server
  69. targetRevision: HEAD
  70. syncPolicy:
  71. automated:
  72. enabled: true
  73. ---
  74. apiVersion: argoproj.io/v1alpha1
  75. kind: Application
  76. metadata:
  77. name: plex
  78. namespace: argocd
  79. spec:
  80. destination:
  81. namespace: plex
  82. server: https://kubernetes.default.svc
  83. project: default
  84. source:
  85. path: argocd/plex
  86. repoURL: https://gogs.jibby.org/jhb2345/server
  87. targetRevision: HEAD
  88. syncPolicy:
  89. automated:
  90. enabled: true
  91. ---
  92. apiVersion: argoproj.io/v1alpha1
  93. kind: Application
  94. metadata:
  95. name: jellyfin
  96. namespace: argocd
  97. spec:
  98. destination:
  99. namespace: plex
  100. server: https://kubernetes.default.svc
  101. project: default
  102. source:
  103. path: argocd/jellyfin
  104. repoURL: https://gogs.jibby.org/jhb2345/server
  105. targetRevision: HEAD
  106. syncPolicy:
  107. automated:
  108. enabled: true
  109. ---
  110. apiVersion: argoproj.io/v1alpha1
  111. kind: Application
  112. metadata:
  113. name: media-automation
  114. namespace: argocd
  115. spec:
  116. destination:
  117. namespace: plex
  118. server: https://kubernetes.default.svc
  119. project: default
  120. source:
  121. path: argocd/media-automation
  122. repoURL: https://gogs.jibby.org/jhb2345/server
  123. targetRevision: HEAD
  124. syncPolicy:
  125. automated:
  126. enabled: true
  127. ---
  128. apiVersion: argoproj.io/v1alpha1
  129. kind: Application
  130. metadata:
  131. name: monitoring
  132. namespace: argocd
  133. spec:
  134. destination:
  135. namespace: monitoring
  136. server: https://kubernetes.default.svc
  137. project: default
  138. source:
  139. directory:
  140. recurse: true
  141. path: argocd/infra/monitoring
  142. repoURL: https://gogs.jibby.org/jhb2345/server
  143. targetRevision: HEAD
  144. syncPolicy:
  145. automated:
  146. enabled: true
  147. syncOptions:
  148. - CreateNamespace=true
  149. - ServerSideApply=true
  150. ---
  151. apiVersion: argoproj.io/v1alpha1
  152. kind: Application
  153. metadata:
  154. name: uptime-kuma
  155. namespace: argocd
  156. spec:
  157. destination:
  158. namespace: uptime-kuma
  159. server: https://kubernetes.default.svc
  160. project: default
  161. source:
  162. path: argocd/infra/uptime-kuma
  163. repoURL: https://gogs.jibby.org/jhb2345/server
  164. targetRevision: HEAD
  165. syncPolicy:
  166. automated:
  167. enabled: true
  168. ---
  169. apiVersion: argoproj.io/v1alpha1
  170. kind: Application
  171. metadata:
  172. name: copyparty
  173. namespace: argocd
  174. spec:
  175. destination:
  176. namespace: copyparty
  177. server: https://kubernetes.default.svc
  178. project: default
  179. source:
  180. path: argocd/copyparty
  181. repoURL: https://gogs.jibby.org/jhb2345/server
  182. targetRevision: HEAD
  183. syncPolicy:
  184. syncOptions:
  185. - CreateNamespace=true
  186. automated:
  187. enabled: true
  188. ---
  189. apiVersion: argoproj.io/v1alpha1
  190. kind: Application
  191. metadata:
  192. name: gogs
  193. namespace: argocd
  194. spec:
  195. destination:
  196. namespace: gogs
  197. server: https://kubernetes.default.svc
  198. project: default
  199. source:
  200. path: argocd/gogs
  201. repoURL: https://gogs.jibby.org/jhb2345/server
  202. targetRevision: HEAD
  203. syncPolicy:
  204. automated:
  205. enabled: true
  206. ---
  207. apiVersion: argoproj.io/v1alpha1
  208. kind: Application
  209. metadata:
  210. name: homeassistant
  211. namespace: argocd
  212. spec:
  213. destination:
  214. namespace: homeassistant
  215. server: https://kubernetes.default.svc
  216. project: default
  217. source:
  218. path: argocd/homeassistant
  219. repoURL: https://gogs.jibby.org/jhb2345/server
  220. targetRevision: HEAD
  221. syncPolicy:
  222. automated:
  223. enabled: true
  224. ---
  225. apiVersion: argoproj.io/v1alpha1
  226. kind: Application
  227. metadata:
  228. name: traefik
  229. namespace: argocd
  230. spec:
  231. destination:
  232. namespace: kube-system
  233. server: https://kubernetes.default.svc
  234. project: default
  235. source:
  236. path: argocd/infra/traefik
  237. repoURL: https://gogs.jibby.org/jhb2345/server
  238. targetRevision: HEAD
  239. syncPolicy:
  240. automated:
  241. enabled: true
  242. ---
  243. apiVersion: argoproj.io/v1alpha1
  244. kind: Application
  245. metadata:
  246. name: upgrade-plan
  247. namespace: argocd
  248. spec:
  249. destination:
  250. namespace: system-upgrade
  251. server: https://kubernetes.default.svc
  252. project: default
  253. source:
  254. path: argocd/infra/upgrade-plan
  255. repoURL: https://gogs.jibby.org/jhb2345/server
  256. targetRevision: HEAD
  257. syncPolicy:
  258. automated:
  259. enabled: true
  260. ---
  261. apiVersion: argoproj.io/v1alpha1
  262. kind: Application
  263. metadata:
  264. name: miniflux
  265. namespace: argocd
  266. spec:
  267. destination:
  268. namespace: miniflux
  269. server: https://kubernetes.default.svc
  270. project: default
  271. source:
  272. path: argocd/miniflux
  273. repoURL: https://gogs.jibby.org/jhb2345/server
  274. targetRevision: HEAD
  275. syncPolicy:
  276. automated:
  277. enabled: true
  278. ---
  279. apiVersion: argoproj.io/v1alpha1
  280. kind: Application
  281. metadata:
  282. name: ntfy
  283. namespace: argocd
  284. spec:
  285. destination:
  286. namespace: ntfy
  287. server: https://kubernetes.default.svc
  288. project: default
  289. source:
  290. path: argocd/ntfy
  291. repoURL: https://gogs.jibby.org/jhb2345/server
  292. targetRevision: HEAD
  293. syncPolicy:
  294. automated:
  295. enabled: true
  296. ---
  297. apiVersion: argoproj.io/v1alpha1
  298. kind: Application
  299. metadata:
  300. name: ooniprobe
  301. namespace: argocd
  302. spec:
  303. destination:
  304. namespace: ooniprobe
  305. server: https://kubernetes.default.svc
  306. project: default
  307. source:
  308. path: argocd/ooniprobe
  309. repoURL: https://gogs.jibby.org/jhb2345/server
  310. targetRevision: HEAD
  311. syncPolicy:
  312. automated:
  313. enabled: true
  314. ---
  315. apiVersion: argoproj.io/v1alpha1
  316. kind: Application
  317. metadata:
  318. name: syncthing
  319. namespace: argocd
  320. spec:
  321. destination:
  322. namespace: syncthing
  323. server: https://kubernetes.default.svc
  324. project: default
  325. source:
  326. path: argocd/syncthing
  327. repoURL: https://gogs.jibby.org/jhb2345/server
  328. targetRevision: HEAD
  329. syncPolicy:
  330. automated:
  331. enabled: true
  332. ---
  333. apiVersion: argoproj.io/v1alpha1
  334. kind: Application
  335. metadata:
  336. name: seedbox
  337. namespace: argocd
  338. spec:
  339. destination:
  340. server: https://kubernetes.default.svc
  341. project: default
  342. source:
  343. path: argocd/seedbox
  344. repoURL: https://gogs.jibby.org/jhb2345/server
  345. targetRevision: HEAD
  346. syncPolicy:
  347. automated:
  348. enabled: true
  349. ---
  350. apiVersion: argoproj.io/v1alpha1
  351. kind: Application
  352. metadata:
  353. name: rook-ceph-operator
  354. namespace: argocd
  355. spec:
  356. destination:
  357. namespace: rook-ceph
  358. server: https://kubernetes.default.svc
  359. project: default
  360. sources:
  361. - repoURL: https://charts.rook.io/release
  362. targetRevision: '1.13.10'
  363. chart: rook-ceph
  364. helm:
  365. valueFiles:
  366. - $values/argocd/rook/rook-ceph-operator-values.yaml
  367. - repoURL: https://gogs.jibby.org/jhb2345/server
  368. ref: values
  369. targetRevision: HEAD
  370. syncPolicy:
  371. syncOptions:
  372. - CreateNamespace=true
  373. automated:
  374. enabled: true
  375. ---
  376. apiVersion: argoproj.io/v1alpha1
  377. kind: Application
  378. metadata:
  379. name: rook-ceph-cluster
  380. namespace: argocd
  381. spec:
  382. destination:
  383. namespace: rook-ceph
  384. server: https://kubernetes.default.svc
  385. project: default
  386. sources:
  387. - repoURL: https://charts.rook.io/release
  388. targetRevision: '1.13.10'
  389. chart: rook-ceph-cluster
  390. helm:
  391. valueFiles:
  392. - $values/argocd/rook/rook-ceph-cluster-values.yaml
  393. parameters:
  394. - name: "operatorNamespace"
  395. value: rook-ceph
  396. - repoURL: https://gogs.jibby.org/jhb2345/server
  397. ref: values
  398. targetRevision: HEAD
  399. syncPolicy:
  400. syncOptions:
  401. - CreateNamespace=true
  402. automated:
  403. enabled: true
  404. ---
  405. apiVersion: argoproj.io/v1alpha1
  406. kind: Application
  407. metadata:
  408. name: rook-manifest
  409. namespace: argocd
  410. spec:
  411. destination:
  412. server: https://kubernetes.default.svc
  413. project: default
  414. source:
  415. path: argocd/rook-manifest
  416. repoURL: https://gogs.jibby.org/jhb2345/server
  417. targetRevision: HEAD
  418. syncPolicy:
  419. automated:
  420. enabled: true
  421. ---
  422. apiVersion: argoproj.io/v1alpha1
  423. kind: Application
  424. metadata:
  425. name: postgres
  426. namespace: argocd
  427. spec:
  428. destination:
  429. namespace: postgres
  430. server: https://kubernetes.default.svc
  431. project: default
  432. sources:
  433. - repoURL: https://charts.bitnami.com/bitnami
  434. targetRevision: '11.6.7'
  435. chart: postgresql
  436. helm:
  437. valueFiles:
  438. - $values/argocd/postgres/values.yaml
  439. - repoURL: https://gogs.jibby.org/jhb2345/server
  440. ref: values
  441. targetRevision: HEAD
  442. syncPolicy:
  443. syncOptions:
  444. - CreateNamespace=true
  445. automated:
  446. enabled: true
  447. ---
  448. apiVersion: argoproj.io/v1alpha1
  449. kind: Application
  450. metadata:
  451. name: external-secrets
  452. namespace: argocd
  453. spec:
  454. destination:
  455. namespace: external-secrets
  456. server: https://kubernetes.default.svc
  457. project: default
  458. sources:
  459. - repoURL: https://charts.external-secrets.io
  460. targetRevision: '2.0.1'
  461. chart: external-secrets
  462. - path: argocd/external-secrets
  463. repoURL: https://gogs.jibby.org/jhb2345/server
  464. targetRevision: HEAD
  465. syncPolicy:
  466. syncOptions:
  467. - CreateNamespace=true
  468. - ServerSideApply=true
  469. automated:
  470. enabled: true