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
|
kind: ClusterIssuer
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- towerops.net
|
- towerops.net
|
||||||
- www.towerops.net
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`towerops.net`) || Host(`www.towerops.net`)
|
- match: Host(`towerops.net`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: towerops
|
- name: towerops
|
||||||
|
|
@ -27,7 +27,7 @@ spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- web
|
- web
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`towerops.net`) || Host(`www.towerops.net`)
|
- match: Host(`towerops.net`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: towerops
|
- name: towerops
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue