Hello All,
I am new on this community and on traefik.
I am using traefik 2.9.1 on rancher.
Using traefik ingress I can expose my wordpress successfully but I am not able to do the same with ingressroute:
ind: IngressRoute
metadata:
name: wordpress-miko
namespace: miko-test-ns
annotations:
kubernetes.io/ingress.class: traefik-internal
spec:
entryPoints:
- web
- websecure
routes:- match: Host('wordpress.example.com')
kind: Rule
services:- name: newwordpress
port: 80
- name: newwordpress
- match: Host('wordpress.example.com')
kubectl get svc -n miko-test-ns:
newwordpress ClusterIP 10.43.100.206 80/TCP 8h
What is wrong ?
Thanks
Ignazio