From 79884138cd35cf3c4f2ddb096f0d361c0991be6e Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Sat, 15 Jun 2024 08:20:55 +1000 Subject: [PATCH] update ingress types for the apps --- kubernetes/apps/adguard-home/app/ingress.yaml | 4 ++-- kubernetes/apps/capacitor/app/ingress.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kubernetes/apps/adguard-home/app/ingress.yaml b/kubernetes/apps/adguard-home/app/ingress.yaml index 2c57855..068e3fe 100644 --- a/kubernetes/apps/adguard-home/app/ingress.yaml +++ b/kubernetes/apps/adguard-home/app/ingress.yaml @@ -13,7 +13,7 @@ spec: - host: "adguard-home.cluster.local" http: paths: - - pathType: ImplementationSpecific + - pathType: Prefix path: "/" backend: service: @@ -23,7 +23,7 @@ spec: - host: "setup.adguard-home.cluster.local" http: paths: - - pathType: ImplementationSpecific + - pathType: Prefix path: "/" backend: service: diff --git a/kubernetes/apps/capacitor/app/ingress.yaml b/kubernetes/apps/capacitor/app/ingress.yaml index e95b47f..01759cd 100644 --- a/kubernetes/apps/capacitor/app/ingress.yaml +++ b/kubernetes/apps/capacitor/app/ingress.yaml @@ -13,7 +13,7 @@ spec: - host: "capacitor.edward.sydney" http: paths: - - pathType: ImplementationSpecific + - pathType: Prefix path: "/" backend: service: @@ -23,7 +23,7 @@ spec: - host: "capacitor.cluster.local" http: paths: - - pathType: ImplementationSpecific + - pathType: Prefix path: "/" backend: service: