QOL improvements

This commit is contained in:
Remy Moll 2024-01-11 22:05:05 +01:00
parent 28ff769757
commit de26a052e8
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,3 +1,4 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true
} }