diff --git a/kubernetes/infrastructure/ingress-nginx/ingress-nginx.yaml b/kubernetes/infrastructure/ingress-nginx/ingress-nginx.yaml index c089d7a..3d07aa1 100644 --- a/kubernetes/infrastructure/ingress-nginx/ingress-nginx.yaml +++ b/kubernetes/infrastructure/ingress-nginx/ingress-nginx.yaml @@ -22,8 +22,8 @@ spec: - target: kind: Service name: ingress-nginx-controller - path: ./kubernetes/infrastructure/ingress-nginx/config/patches-service-ports.yaml + path: ./kubernetes/infrastructure/ingress-nginx/patches/patches-service-ports.yaml - target: kind: Deployment name: ingress-nginx-controller - path: ./kubernetes/infrastructure/ingress-nginx/config/patches-deployment-ports.yaml + path: ./kubernetes/infrastructure/ingress-nginx/patches/patches-deployment-ports.yaml diff --git a/kubernetes/infrastructure/ingress-nginx/config/patches-deployment-ports.yaml b/kubernetes/infrastructure/ingress-nginx/patches/patches-deployment-ports.yaml similarity index 100% rename from kubernetes/infrastructure/ingress-nginx/config/patches-deployment-ports.yaml rename to kubernetes/infrastructure/ingress-nginx/patches/patches-deployment-ports.yaml diff --git a/kubernetes/infrastructure/ingress-nginx/config/patches-service-ports.yaml b/kubernetes/infrastructure/ingress-nginx/patches/patches-service-ports.yaml similarity index 100% rename from kubernetes/infrastructure/ingress-nginx/config/patches-service-ports.yaml rename to kubernetes/infrastructure/ingress-nginx/patches/patches-service-ports.yaml