Remove www subdomain from certificate and IngressRoute

This commit is contained in:
Graham McIntire 2026-01-02 15:06:21 -06:00
parent c0a163ae25
commit a8bcd4d411
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -11,4 +11,3 @@ spec:
kind: ClusterIssuer
dnsNames:
- towerops.net
- www.towerops.net

View file

@ -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