harbor: Migrate to kustomize + ArgoCD

Still some stuff missing like proper DragonFly resources
This commit is contained in:
2025-07-12 16:27:17 +03:00
parent 754b2180fd
commit a6439a3bd1
4 changed files with 22 additions and 1327 deletions

16
harbor/kustomization.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: harbor-operator
# spec: https://kubectl.docs.kubernetes.io/references/kustomize/builtins/#_helmchartinflationgenerator_
helmCharts:
- includeCRDs: true
name: &name harbor
releaseName: *name
repo: https://helm.goharbor.io
valuesFile: values.yaml
version: 1.17.1
resources:
- ./application-extras.yml