From 7a015f3475ca74c400c29224e247df49c94ae969 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Fri, 14 Jun 2024 13:09:21 +1000 Subject: [PATCH] update capacitor with ingress --- kubernetes/apps/capacitor/app/manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/apps/capacitor/app/manifest.yaml b/kubernetes/apps/capacitor/app/manifest.yaml index 95f41f7..f585688 100644 --- a/kubernetes/apps/capacitor/app/manifest.yaml +++ b/kubernetes/apps/capacitor/app/manifest.yaml @@ -13,8 +13,8 @@ metadata: spec: type: ClusterIP ports: - - port: 9000 - targetPort: 9100 + - port: 9100 + targetPort: 9000 protocol: TCP name: http selector: