diff --git a/clank/platform/traefik/ingress.yaml b/clank/platform/traefik/ingress.yaml index 8ee0298..6b324ec 100644 --- a/clank/platform/traefik/ingress.yaml +++ b/clank/platform/traefik/ingress.yaml @@ -14,19 +14,7 @@ spec: services: # Service to redirect requests to - name: api@internal # Special service created by Traefik pod kind: TraefikService - tls: - secretName: clank-cert ---- -apiVersion: traefik.containo.us/v1alpha1 -kind: IngressRoute -metadata: - name: wishlist-ingress - namespace: kube-system -spec: - entryPoints: - - web - - websecure - routes: + - match: Host(`wishlist.kjuulh.app`) kind: Rule services: