From a26d94a5ac041e919c83c8d9db63d34328870119 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 2 Apr 2023 21:07:45 -0400 Subject: [PATCH] Set only one entry point --- cluster/apps/traefik/traefik-values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/apps/traefik/traefik-values.yaml b/cluster/apps/traefik/traefik-values.yaml index cab0014..0c939df 100644 --- a/cluster/apps/traefik/traefik-values.yaml +++ b/cluster/apps/traefik/traefik-values.yaml @@ -15,7 +15,7 @@ ports: traefik: port: 9000 expose: true - exposedPort: 9001 + exposedPort: 9000 # The port protocol (TCP/UDP) protocol: TCP web: @@ -57,8 +57,8 @@ env: ingressRoute: dashboard: enabled: true - matchRule: PathPrefix(`/dashboard/`) || PathPrefix(`/api`) - entryPoints: ["traefik"] + matchRule: Host(`k3st.***REMOVED***`) && (PathPrefix(`/dashboard/`) || PathPrefix(`/api`)) + entryPoints: ["websecure"] # Persistent Storage persistence: