applications.yaml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  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: duplicati
  78. namespace: argocd
  79. spec:
  80. destination:
  81. namespace: plex
  82. server: https://kubernetes.default.svc
  83. project: default
  84. source:
  85. path: argocd/infra/duplicati
  86. repoURL: https://gogs.jibby.org/jhb2345/server
  87. targetRevision: HEAD
  88. syncPolicy:
  89. automated:
  90. enabled: true
  91. syncOptions:
  92. - CreateNamespace=true
  93. ---
  94. apiVersion: argoproj.io/v1alpha1
  95. kind: Application
  96. metadata:
  97. name: plex
  98. namespace: argocd
  99. spec:
  100. destination:
  101. namespace: plex
  102. server: https://kubernetes.default.svc
  103. project: default
  104. source:
  105. path: argocd/plex
  106. repoURL: https://gogs.jibby.org/jhb2345/server
  107. targetRevision: HEAD
  108. syncPolicy:
  109. automated:
  110. enabled: true
  111. ---
  112. apiVersion: argoproj.io/v1alpha1
  113. kind: Application
  114. metadata:
  115. name: jellyfin
  116. namespace: argocd
  117. spec:
  118. destination:
  119. namespace: plex
  120. server: https://kubernetes.default.svc
  121. project: default
  122. source:
  123. path: argocd/jellyfin
  124. repoURL: https://gogs.jibby.org/jhb2345/server
  125. targetRevision: HEAD
  126. syncPolicy:
  127. automated:
  128. enabled: true
  129. ---
  130. apiVersion: argoproj.io/v1alpha1
  131. kind: Application
  132. metadata:
  133. name: media-automation
  134. namespace: argocd
  135. spec:
  136. destination:
  137. namespace: plex
  138. server: https://kubernetes.default.svc
  139. project: default
  140. source:
  141. path: argocd/media-automation
  142. repoURL: https://gogs.jibby.org/jhb2345/server
  143. targetRevision: HEAD
  144. syncPolicy:
  145. automated:
  146. enabled: true
  147. ---
  148. apiVersion: argoproj.io/v1alpha1
  149. kind: Application
  150. metadata:
  151. name: alertmanager
  152. namespace: argocd
  153. spec:
  154. destination:
  155. namespace: monitoring
  156. server: https://kubernetes.default.svc
  157. project: default
  158. source:
  159. directory:
  160. recurse: true
  161. path: argocd/infra/monitoring/alertmanager
  162. repoURL: https://gogs.jibby.org/jhb2345/server
  163. targetRevision: HEAD
  164. syncPolicy:
  165. automated:
  166. enabled: true
  167. syncOptions:
  168. - CreateNamespace=true
  169. ---
  170. apiVersion: argoproj.io/v1alpha1
  171. kind: Application
  172. metadata:
  173. name: grafana
  174. namespace: argocd
  175. spec:
  176. destination:
  177. namespace: monitoring
  178. server: https://kubernetes.default.svc
  179. project: default
  180. source:
  181. directory:
  182. recurse: true
  183. path: argocd/infra/monitoring/grafana
  184. repoURL: https://gogs.jibby.org/jhb2345/server
  185. targetRevision: HEAD
  186. syncPolicy:
  187. automated:
  188. enabled: true
  189. syncOptions:
  190. - CreateNamespace=true
  191. ---
  192. apiVersion: argoproj.io/v1alpha1
  193. kind: Application
  194. metadata:
  195. name: prometheus
  196. namespace: argocd
  197. spec:
  198. destination:
  199. namespace: monitoring
  200. server: https://kubernetes.default.svc
  201. project: default
  202. source:
  203. directory:
  204. recurse: true
  205. path: argocd/infra/monitoring/prometheus
  206. repoURL: https://gogs.jibby.org/jhb2345/server
  207. targetRevision: HEAD
  208. syncPolicy:
  209. automated:
  210. enabled: true
  211. syncOptions:
  212. - CreateNamespace=true
  213. - ServerSideApply=true
  214. ---
  215. apiVersion: argoproj.io/v1alpha1
  216. kind: Application
  217. metadata:
  218. name: uptime-kuma
  219. namespace: argocd
  220. spec:
  221. destination:
  222. namespace: uptime-kuma
  223. server: https://kubernetes.default.svc
  224. project: default
  225. source:
  226. path: argocd/infra/uptime-kuma
  227. repoURL: https://gogs.jibby.org/jhb2345/server
  228. targetRevision: HEAD
  229. syncPolicy:
  230. automated:
  231. enabled: true
  232. ---
  233. apiVersion: argoproj.io/v1alpha1
  234. kind: Application
  235. metadata:
  236. name: copyparty
  237. namespace: argocd
  238. spec:
  239. destination:
  240. namespace: copyparty
  241. server: https://kubernetes.default.svc
  242. project: default
  243. source:
  244. path: argocd/copyparty
  245. repoURL: https://gogs.jibby.org/jhb2345/server
  246. targetRevision: HEAD
  247. syncPolicy:
  248. syncOptions:
  249. - CreateNamespace=true
  250. automated:
  251. enabled: true
  252. ---
  253. apiVersion: argoproj.io/v1alpha1
  254. kind: Application
  255. metadata:
  256. name: gogs
  257. namespace: argocd
  258. spec:
  259. destination:
  260. namespace: gogs
  261. server: https://kubernetes.default.svc
  262. project: default
  263. source:
  264. path: argocd/gogs
  265. repoURL: https://gogs.jibby.org/jhb2345/server
  266. targetRevision: HEAD
  267. syncPolicy:
  268. syncOptions:
  269. - CreateNamespace=true
  270. automated:
  271. enabled: true
  272. ---
  273. apiVersion: argoproj.io/v1alpha1
  274. kind: Application
  275. metadata:
  276. name: homeassistant
  277. namespace: argocd
  278. spec:
  279. destination:
  280. namespace: homeassistant
  281. server: https://kubernetes.default.svc
  282. project: default
  283. source:
  284. path: argocd/homeassistant
  285. repoURL: https://gogs.jibby.org/jhb2345/server
  286. targetRevision: HEAD
  287. syncPolicy:
  288. syncOptions:
  289. - CreateNamespace=true
  290. automated:
  291. enabled: true
  292. ---
  293. apiVersion: argoproj.io/v1alpha1
  294. kind: Application
  295. metadata:
  296. name: traefik
  297. namespace: argocd
  298. spec:
  299. destination:
  300. namespace: kube-system
  301. server: https://kubernetes.default.svc
  302. project: default
  303. source:
  304. path: argocd/infra/traefik
  305. repoURL: https://gogs.jibby.org/jhb2345/server
  306. targetRevision: HEAD
  307. syncPolicy:
  308. automated:
  309. enabled: true
  310. ---
  311. apiVersion: argoproj.io/v1alpha1
  312. kind: Application
  313. metadata:
  314. name: upgrade-plan
  315. namespace: argocd
  316. spec:
  317. destination:
  318. namespace: system-upgrade
  319. server: https://kubernetes.default.svc
  320. project: default
  321. source:
  322. path: argocd/infra/upgrade-plan
  323. repoURL: https://gogs.jibby.org/jhb2345/server
  324. targetRevision: HEAD
  325. syncPolicy:
  326. automated:
  327. enabled: true
  328. ---
  329. apiVersion: argoproj.io/v1alpha1
  330. kind: Application
  331. metadata:
  332. name: miniflux
  333. namespace: argocd
  334. spec:
  335. destination:
  336. namespace: miniflux
  337. server: https://kubernetes.default.svc
  338. project: default
  339. source:
  340. path: argocd/miniflux
  341. repoURL: https://gogs.jibby.org/jhb2345/server
  342. targetRevision: HEAD
  343. syncPolicy:
  344. automated:
  345. enabled: true
  346. ---
  347. apiVersion: argoproj.io/v1alpha1
  348. kind: Application
  349. metadata:
  350. name: ntfy
  351. namespace: argocd
  352. spec:
  353. destination:
  354. namespace: ntfy
  355. server: https://kubernetes.default.svc
  356. project: default
  357. source:
  358. path: argocd/ntfy
  359. repoURL: https://gogs.jibby.org/jhb2345/server
  360. targetRevision: HEAD
  361. syncPolicy:
  362. automated:
  363. enabled: true
  364. ---
  365. apiVersion: argoproj.io/v1alpha1
  366. kind: Application
  367. metadata:
  368. name: ooniprobe
  369. namespace: argocd
  370. spec:
  371. destination:
  372. namespace: ooniprobe
  373. server: https://kubernetes.default.svc
  374. project: default
  375. source:
  376. path: argocd/ooniprobe
  377. repoURL: https://gogs.jibby.org/jhb2345/server
  378. targetRevision: HEAD
  379. syncPolicy:
  380. automated:
  381. enabled: true
  382. ---
  383. apiVersion: argoproj.io/v1alpha1
  384. kind: Application
  385. metadata:
  386. name: syncthing
  387. namespace: argocd
  388. spec:
  389. destination:
  390. namespace: syncthing
  391. server: https://kubernetes.default.svc
  392. project: default
  393. source:
  394. path: argocd/syncthing
  395. repoURL: https://gogs.jibby.org/jhb2345/server
  396. targetRevision: HEAD
  397. syncPolicy:
  398. automated:
  399. enabled: true
  400. ---
  401. apiVersion: argoproj.io/v1alpha1
  402. kind: Application
  403. metadata:
  404. name: seedbox
  405. namespace: argocd
  406. spec:
  407. destination:
  408. server: https://kubernetes.default.svc
  409. project: default
  410. source:
  411. path: argocd/seedbox
  412. repoURL: https://gogs.jibby.org/jhb2345/server
  413. targetRevision: HEAD
  414. syncPolicy:
  415. automated:
  416. enabled: true
  417. ---
  418. apiVersion: argoproj.io/v1alpha1
  419. kind: Application
  420. metadata:
  421. name: rook-ceph-operator
  422. namespace: argocd
  423. spec:
  424. destination:
  425. namespace: rook-ceph
  426. server: https://kubernetes.default.svc
  427. project: default
  428. sources:
  429. - repoURL: https://charts.rook.io/release
  430. targetRevision: '1.13.10'
  431. chart: rook-ceph
  432. helm:
  433. valueFiles:
  434. - $values/argocd/rook/rook-ceph-operator-values.yaml
  435. - repoURL: https://gogs.jibby.org/jhb2345/server
  436. ref: values
  437. targetRevision: HEAD
  438. syncPolicy:
  439. syncOptions:
  440. - CreateNamespace=true
  441. automated:
  442. enabled: true
  443. ---
  444. apiVersion: argoproj.io/v1alpha1
  445. kind: Application
  446. metadata:
  447. name: rook-ceph-cluster
  448. namespace: argocd
  449. spec:
  450. destination:
  451. namespace: rook-ceph
  452. server: https://kubernetes.default.svc
  453. project: default
  454. sources:
  455. - repoURL: https://charts.rook.io/release
  456. targetRevision: '1.13.10'
  457. chart: rook-ceph-cluster
  458. helm:
  459. valueFiles:
  460. - $values/argocd/rook/rook-ceph-cluster-values.yaml
  461. parameters:
  462. - name: "operatorNamespace"
  463. value: rook-ceph
  464. - repoURL: https://gogs.jibby.org/jhb2345/server
  465. ref: values
  466. targetRevision: HEAD
  467. syncPolicy:
  468. syncOptions:
  469. - CreateNamespace=true
  470. automated:
  471. enabled: true
  472. ---
  473. apiVersion: argoproj.io/v1alpha1
  474. kind: Application
  475. metadata:
  476. name: rook-manifest
  477. namespace: argocd
  478. spec:
  479. destination:
  480. server: https://kubernetes.default.svc
  481. project: default
  482. source:
  483. path: argocd/rook-manifest
  484. repoURL: https://gogs.jibby.org/jhb2345/server
  485. targetRevision: HEAD
  486. syncPolicy:
  487. automated:
  488. enabled: true
  489. ---
  490. apiVersion: argoproj.io/v1alpha1
  491. kind: Application
  492. metadata:
  493. name: postgres
  494. namespace: argocd
  495. spec:
  496. destination:
  497. namespace: postgres
  498. server: https://kubernetes.default.svc
  499. project: default
  500. sources:
  501. - repoURL: https://charts.bitnami.com/bitnami
  502. targetRevision: '11.6.7'
  503. chart: postgresql
  504. helm:
  505. valueFiles:
  506. - $values/argocd/postgres/values.yaml
  507. - repoURL: https://gogs.jibby.org/jhb2345/server
  508. ref: values
  509. targetRevision: HEAD
  510. syncPolicy:
  511. syncOptions:
  512. - CreateNamespace=true
  513. automated:
  514. enabled: true
  515. ---
  516. apiVersion: argoproj.io/v1alpha1
  517. kind: Application
  518. metadata:
  519. name: external-secrets
  520. namespace: argocd
  521. spec:
  522. destination:
  523. namespace: external-secrets
  524. server: https://kubernetes.default.svc
  525. project: default
  526. sources:
  527. - repoURL: https://charts.external-secrets.io
  528. targetRevision: '2.0.1'
  529. chart: external-secrets
  530. - path: argocd/external-secrets
  531. repoURL: https://gogs.jibby.org/jhb2345/server
  532. targetRevision: HEAD
  533. syncPolicy:
  534. syncOptions:
  535. - CreateNamespace=true
  536. - ServerSideApply=true
  537. automated:
  538. enabled: true
  539. ---
  540. apiVersion: argoproj.io/v1alpha1
  541. kind: Application
  542. metadata:
  543. name: diun
  544. namespace: argocd
  545. spec:
  546. destination:
  547. namespace: diun
  548. server: https://kubernetes.default.svc
  549. project: default
  550. source:
  551. path: argocd/infra/diun
  552. repoURL: https://gogs.jibby.org/jhb2345/server
  553. targetRevision: HEAD
  554. syncPolicy:
  555. syncOptions:
  556. - CreateNamespace=true
  557. automated:
  558. enabled: true
  559. ---
  560. apiVersion: argoproj.io/v1alpha1
  561. kind: Application
  562. metadata:
  563. name: velero
  564. namespace: argocd
  565. spec:
  566. destination:
  567. namespace: velero
  568. server: https://kubernetes.default.svc
  569. project: default
  570. sources:
  571. - repoURL: https://vmware-tanzu.github.io/helm-charts
  572. targetRevision: '11.3.2'
  573. chart: velero
  574. helm:
  575. valueFiles:
  576. - $values/argocd/infra/velero/values.yaml
  577. - repoURL: https://gogs.jibby.org/jhb2345/server
  578. ref: values
  579. targetRevision: HEAD
  580. syncPolicy:
  581. syncOptions:
  582. - CreateNamespace=true
  583. automated:
  584. enabled: true