Switched to production certificate

This commit is contained in:
Dreaded_X 2024-09-27 00:55:17 +02:00
parent ebf7573492
commit 11725ac62f
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,7 @@ spec:
entryPoints: entryPoints:
- websecure - websecure
routes: routes:
- match: Host(`traefik.huizinga.home`) - match: Host(`traefik.huizinga.dev`)
kind: Rule kind: Rule
middlewares: middlewares:
- name: traefik-dashboard-basicauth - name: traefik-dashboard-basicauth
@ -17,3 +17,5 @@ spec:
services: services:
- name: api@internal - name: api@internal
kind: TraefikService kind: TraefikService
tls:
secretName: huizinga-dev-tls

View File

@ -57,4 +57,4 @@ spec:
- name: whoami - name: whoami
port: 80 port: 80
tls: tls:
secretName: huizinga-dev-staging-tls secretName: huizinga-dev-tls