namespace ingress to local

This commit is contained in:
Kasper Juul Hermansen 2022-05-09 12:17:26 +02:00
parent 2f38c77ca8
commit d25449bf71
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -14,7 +14,19 @@ spec:
services: # Service to redirect requests to services: # Service to redirect requests to
- name: api@internal # Special service created by Traefik pod - name: api@internal # Special service created by Traefik pod
kind: TraefikService 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`) - match: Host(`wishlist.kjuulh.app`)
kind: Rule kind: Rule
services: services: