mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-23 02:25:45 +00:00
add harbor
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
d8e2543152
commit
8ca8f0b8ea
45 changed files with 322 additions and 805 deletions
24
management/platform-apps/harbor.yaml
Normal file
24
management/platform-apps/harbor.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: harbor
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "10"
|
||||
spec:
|
||||
project: default
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: harbor
|
||||
source:
|
||||
repoURL: https://github.com/gwg313/homelab-gitops.git
|
||||
path: apps/harbor
|
||||
targetRevision: main
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
- SkipDryRunOnMissingResource=true
|
||||
|
|
@ -10,6 +10,7 @@ resources:
|
|||
- cert-manager.yaml
|
||||
- monitoring.yaml
|
||||
- nfs-subdir.yaml
|
||||
- harbor.yaml
|
||||
- forgejo.yaml
|
||||
- audiobookshelf.yaml
|
||||
- yopass.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue