[Git][root/k8s/fluxcd][main] refactor(wordpress and rallly): move ingress to stage overlay

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