Remove www subdomain from certificate and IngressRoute
This commit is contained in:
parent
c0a163ae25
commit
a8bcd4d411
2 changed files with 2 additions and 3 deletions
|
|
@ -11,4 +11,3 @@ spec:
|
|||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- towerops.net
|
||||
- www.towerops.net
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ spec:
|
|||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`towerops.net`) || Host(`www.towerops.net`)
|
||||
- match: Host(`towerops.net`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: towerops
|
||||
|
|
@ -27,7 +27,7 @@ spec:
|
|||
entryPoints:
|
||||
- web
|
||||
routes:
|
||||
- match: Host(`towerops.net`) || Host(`www.towerops.net`)
|
||||
- match: Host(`towerops.net`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: towerops
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue