Switched to production certificate
This commit is contained in:
parent
ebf7573492
commit
11725ac62f
|
@ -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
|
||||||
|
|
|
@ -57,4 +57,4 @@ spec:
|
||||||
- name: whoami
|
- name: whoami
|
||||||
port: 80
|
port: 80
|
||||||
tls:
|
tls:
|
||||||
secretName: huizinga-dev-staging-tls
|
secretName: huizinga-dev-tls
|
||||||
|
|
Loading…
Reference in New Issue
Block a user