From 8022b1c61945cbb4972deeea16f57e044a4819f5 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 9 May 2022 16:50:09 +0200 Subject: [PATCH] Add more ingress --- clank/platform/traefik/ingress.yaml | 40 ++++++++++++++--------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/clank/platform/traefik/ingress.yaml b/clank/platform/traefik/ingress.yaml index 2f5c102..3d2436f 100644 --- a/clank/platform/traefik/ingress.yaml +++ b/clank/platform/traefik/ingress.yaml @@ -16,23 +16,23 @@ spec: kind: TraefikService tls: secretName: clank-cert - #--- -#apiVersion: traefik.containo.us/v1alpha1 -#kind: IngressRoute -#metadata: -# name: wishlist -# namespace: kube-system -#spec: -# entryPoints: -# - web -# - websecure -# routes: -# - match: Host(`wishlist.kjuulh.app`) -# kind: Rule -# services: -# - name: wishlist -# kind: Service -# namespace: wishlist -# port: 80 -# tls: -# secretName: clank-cert +--- +apiVersion: traefik.containo.us/v1alpha1 +kind: IngressRoute +metadata: + name: wishlist + namespace: kube-system +spec: + entryPoints: + - web + - websecure + routes: + - match: Host(`wishlist.kjuulh.app`) + kind: Rule + services: + - name: wishlist + kind: Service + namespace: wishlist + port: 80 + tls: + secretName: clank-cert