[Git][root/k8s/fluxcd][main] refactor(fluxcd): #6 move harbor to infrastructure

yyvf22 pushed to branch main at Root / Kubernetes / FluxCD Commits: 747c4001 by yyvf at 2025-08-04T15:27:07-03:00 refactor(fluxcd): #6 move harbor to infrastructure - - - - - 7 changed files: - apps/stage/kustomization.yaml - apps/base/harbor/external-secret.yaml → infrastructure/base/harbor/es.yaml - apps/base/harbor/helmrelease.yaml → infrastructure/base/harbor/helmrelease.yaml - apps/base/harbor/helmrepo.yaml → infrastructure/base/harbor/helmrepo.yaml - apps/base/harbor/kustomization.yaml → infrastructure/base/harbor/kustomization.yaml - apps/base/harbor/ns.yaml → infrastructure/base/harbor/ns.yaml - infrastructure/stage/kustomization.yaml Changes: ===================================== apps/stage/kustomization.yaml ===================================== @@ -5,7 +5,6 @@ resources: # Apps - ../base/ademir - ../base/codimd - - ../base/harbor - ../base/keycloak - ../base/matrix - ../base/nextcloud ===================================== apps/base/harbor/external-secret.yaml → infrastructure/base/harbor/es.yaml ===================================== ===================================== apps/base/harbor/helmrelease.yaml → infrastructure/base/harbor/helmrelease.yaml ===================================== ===================================== apps/base/harbor/helmrepo.yaml → infrastructure/base/harbor/helmrepo.yaml ===================================== ===================================== apps/base/harbor/kustomization.yaml → infrastructure/base/harbor/kustomization.yaml ===================================== @@ -4,4 +4,4 @@ resources: - ns.yaml - helmrepo.yaml - helmrelease.yaml - - external-secret.yaml + - es.yaml ===================================== apps/base/harbor/ns.yaml → infrastructure/base/harbor/ns.yaml ===================================== ===================================== infrastructure/stage/kustomization.yaml ===================================== @@ -6,5 +6,6 @@ resources: - ../base/ceph-csi - ../base/cert-manager - ../base/external-secrets + - ../base/harbor - ../base/gitlab-runner - ../base/etcd-backup View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/747c4001c611822f4e781ca... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/747c4001c611822f4e781ca... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
yyvf22 (@yyvf22)