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 kind: ClusterIssuer
dnsNames: dnsNames:
- towerops.net - towerops.net
- www.towerops.net

View file

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