From 7d37e736903ad29295ae494017f76dd8c857ad80 Mon Sep 17 00:00:00 2001 From: devops Date: Sun, 21 Jun 2026 22:39:16 +0000 Subject: [PATCH] Actualizar nginx-governance/kustomization.yaml --- nginx-governance/kustomization.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nginx-governance/kustomization.yaml b/nginx-governance/kustomization.yaml index 95bdc84..30b224b 100644 --- a/nginx-governance/kustomization.yaml +++ b/nginx-governance/kustomization.yaml @@ -1,4 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization +namespace: nginx-web resources: - - patch-resources.yaml \ No newline at end of file + - resourcequota.yaml + - limitrange.yaml + - networkpolicy.yaml \ No newline at end of file