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

View File

@ -7,7 +7,7 @@ spec:
entryPoints: entryPoints:
- websecure - websecure
routes: routes:
- match: Host(`whoami.kluster.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

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