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
|
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
|
||||||
|
|
Loading…
Reference in New Issue