[Git][root/k8s/fluxcd][main] refactor(harbor): remove specific things from base

yyvf22 pushed to branch main at Root / Kubernetes / FluxCD Commits: 3f89c4d6 by yyvf at 2025-08-09T10:16:02-03:00 refactor(harbor): remove specific things from base Issue #9 - - - - - 3 changed files: - infrastructure/base/harbor/helmrelease.yaml - + infrastructure/stage/harbor/helmrelease.yaml - infrastructure/stage/kustomization.yaml Changes: ===================================== infrastructure/base/harbor/helmrelease.yaml ===================================== @@ -16,18 +16,6 @@ spec: kind: HelmRepository name: harbor values: - externalURL: https://harbor.c3sl.ufpr.br - expose: - ingress: - className: cilium - hosts: - core: harbor.c3sl.ufpr.br - annotations: - cert-manager.io/cluster-issuer: letsencrypt-dns01 - tls: - certSource: secret - secret: - secretName: harbor-tls persistence: imageChartStorage: type: s3 ===================================== infrastructure/stage/harbor/helmrelease.yaml ===================================== @@ -0,0 +1,19 @@ +apiVersion: helm.toolkit.fluxcd.io/v2beta1 +kind: HelmRelease +metadata: + name: harbor + namespace: harbor +spec: + values: + externalURL: https://harbor.c3sl.ufpr.br + expose: + ingress: + className: cilium + hosts: + core: harbor.c3sl.ufpr.br + annotations: + cert-manager.io/cluster-issuer: letsencrypt-dns01 + tls: + certSource: secret + secret: + secretName: harbor-tls ===================================== infrastructure/stage/kustomization.yaml ===================================== @@ -17,3 +17,7 @@ patches: target: kind: HelmRelease name: openbao + - path: ./harbor/helmrelease.yaml + target: + kind: HelmRelease + name: harbor View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/3f89c4d6338c56ec802f0f7... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/3f89c4d6338c56ec802f0f7... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
yyvf22 (@yyvf22)