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: