From d25449bf71dcc28d9159dbd548ee3ec1922015ce Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 9 May 2022 12:17:26 +0200 Subject: [PATCH] namespace ingress to local --- clank/platform/traefik/ingress.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/clank/platform/traefik/ingress.yaml b/clank/platform/traefik/ingress.yaml index 6b324ec..c0785a7 100644 --- a/clank/platform/traefik/ingress.yaml +++ b/clank/platform/traefik/ingress.yaml @@ -14,7 +14,19 @@ 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: wishlist +spec: + entryPoints: + - web + - websecure + routes: - match: Host(`wishlist.kjuulh.app`) kind: Rule services: