[Git][root/k8s/fluxcd][main] refactor(ademir): move ademir ing to stage overlay

yyvf22 pushed to branch main at Root / Kubernetes / FluxCD Commits: 2204dcff by yyvf at 2025-08-07T10:36:38-03:00 refactor(ademir): move ademir ing to stage overlay Issue #9 - - - - - 3 changed files: - apps/base/ademir/kustomization.yaml - apps/base/ademir/ing.yaml → apps/stage/ademir/ing.yaml - apps/stage/kustomization.yaml Changes: ===================================== apps/base/ademir/kustomization.yaml ===================================== @@ -4,6 +4,5 @@ resources: - ns.yaml - deploy.yaml - svc.yaml - - ing.yaml - externalsecret.yaml - cnp.yaml ===================================== apps/base/ademir/ing.yaml → apps/stage/ademir/ing.yaml ===================================== ===================================== apps/stage/kustomization.yaml ===================================== @@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../base/ademir + - ./ademir/ing.yaml - ../base/codimd - ../base/matrix - ../base/nextcloud View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/2204dcff0cc408fc81ee260... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/2204dcff0cc408fc81ee260... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
yyvf22 (@yyvf22)