Try to get traefik dashboard ingress working

This commit is contained in:
SeanOMik 2023-04-04 23:11:51 -04:00
parent 0b466607c2
commit a202764784
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: traefik-dashboard
name: traefik-dashboard-ingress
namespace: traefik
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-production"
@ -11,11 +11,11 @@ spec:
- traefik
routes:
- kind: Rule
match: Host(`k3st.***REMOVED***`) && (PathPrefix(`/dashboard/`) || PathPrefix(`/api`))
match: Host(`k3st.***REMOVED***`) && (PathPrefix(`/dashboard/`) || PathPrefix(`/api/`))
priority: 10
services:
- kind: Service
name: traefik-helm
name: traefik
namespace: traefik
passHostHeader: true
port: 9000