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