Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
ef827b2c69
commit
145721146e
35 changed files with 919 additions and 122 deletions
20
management/platform-apps/argocd-config.yaml
Normal file
20
management/platform-apps/argocd-config.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: argocd-config
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/gwg313/homelab-gitops.git
|
||||
targetRevision: main
|
||||
path: platform/argocd
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: argocd
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- ServerSideApply=true
|
||||
20
management/platform-apps/homelab-gitops.yaml
Normal file
20
management/platform-apps/homelab-gitops.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: homelab-gitops-ci
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argoproj.io/sync-wave: "1"
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/gwg313/homelab-gitops.git
|
||||
targetRevision: main
|
||||
path: apps/homelab-gitops
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: cicd
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
|
|
@ -15,8 +15,10 @@ resources:
|
|||
- audiobookshelf.yaml
|
||||
- yopass.yaml
|
||||
- tekton.yaml
|
||||
- homelab-gitops.yaml
|
||||
- navidrome.yaml
|
||||
- bytestash.yaml
|
||||
- stirling-pdf.yaml
|
||||
# - soulsync.yaml
|
||||
- vikunja.yaml
|
||||
- argocd-config.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue