Add more ingress

This commit is contained in:
Kasper Juul Hermansen 2022-05-09 16:50:09 +02:00
parent d5a44fbf63
commit 8022b1c619
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -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