Try to get traefik dashboard ingress working
This commit is contained in:
parent
0b466607c2
commit
a202764784
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue