small updates

This commit is contained in:
Remy Moll 2023-12-26 14:54:49 +01:00
parent 8618468534
commit 6b2e9f7165
2 changed files with 2 additions and 4 deletions
apps/whoami/base
infrastructure/ddns

@ -7,7 +7,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`whoami.kluster.moll.re`)
- match: Host(`whoami.kluster.moll.re`) || Host(`homepage.kluster.moll.re`)
kind: Rule
services:
- name: whoami

@ -54,7 +54,5 @@ spec:
secretKeyRef:
name: cloudflare-keys
key: KLUSTER_DOMAIN
- name: CURRENT_IP
value: ???
restartPolicy: OnFailure
restartPolicy: Never