Switched to production certificate
This commit is contained in:
parent
ebf7573492
commit
11725ac62f
|
@ -9,7 +9,7 @@ spec:
|
|||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`traefik.huizinga.home`)
|
||||
- match: Host(`traefik.huizinga.dev`)
|
||||
kind: Rule
|
||||
middlewares:
|
||||
- name: traefik-dashboard-basicauth
|
||||
|
@ -17,3 +17,5 @@ spec:
|
|||
services:
|
||||
- name: api@internal
|
||||
kind: TraefikService
|
||||
tls:
|
||||
secretName: huizinga-dev-tls
|
||||
|
|
|
@ -57,4 +57,4 @@ spec:
|
|||
- name: whoami
|
||||
port: 80
|
||||
tls:
|
||||
secretName: huizinga-dev-staging-tls
|
||||
secretName: huizinga-dev-tls
|
||||
|
|
Loading…
Reference in New Issue
Block a user