update whoami

This commit is contained in:
Remy Moll 2024-01-07 11:39:10 +01:00
parent bfb8244e59
commit b633d61920

View File

@ -3,11 +3,13 @@ kind: IngressRoute
metadata:
namespace: whoami
name: whoami-ingressroute
annotations:
external-dns.alpha.kubernetes.io/hostname: whoami2.kluster.moll.re
spec:
entryPoints:
- websecure
routes:
- match: Host(`whoami.kluster.moll.re`) || Host(`homepage.kluster.moll.re`) || Host(`moll.re`)
- match: Host(`whoami.kluster.moll.re`) || Host(`homepage.kluster.moll.re`) || Host(`moll.re`) || Host(`whoami2.kluster.moll.re`)
kind: Rule
services:
- name: whoami