From 32bbc04dc8f90acd54b8a00ddb85198c64bff849 Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Tue, 3 Jun 2025 11:30:02 +0200 Subject: [PATCH] ingress --- wordpress/kustomization.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/wordpress/kustomization.yml b/wordpress/kustomization.yml index 223cf6e..e8e7dbd 100644 --- a/wordpress/kustomization.yml +++ b/wordpress/kustomization.yml @@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: + - ingress.yml - deployment.yml - service.yml - volume.yml