From 4d4c6eef2eb9c80c99231ef02d517521aee4c64d Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 12 Jun 2024 02:02:39 +1000 Subject: [PATCH] expose port 9000 as the port forward for service capacitor --- kubernetes/infrastructure/ingress-nginx/ingress-nginx.yaml | 4 ++-- .../{config => patches}/patches-deployment-ports.yaml | 0 .../{config => patches}/patches-service-ports.yaml | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename kubernetes/infrastructure/ingress-nginx/{config => patches}/patches-deployment-ports.yaml (100%) rename kubernetes/infrastructure/ingress-nginx/{config => patches}/patches-service-ports.yaml (100%) 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