fixed hosts, changed url for wikijs

This commit is contained in:
j37hr0 2026-03-25 19:51:50 +13:00
parent c104b666de
commit 51fb0f51df
2 changed files with 7 additions and 2 deletions

View file

@ -18,5 +18,5 @@ spec:
number: 80 number: 80
tls: tls:
- hosts: - hosts:
- radarr.jpcit.co.za - forgejo.jethrocotton.com
secretName: widlcard-jethrocotton-com-tls secretName: widlcard-jethrocotton-com-tls

View file

@ -2,10 +2,15 @@ ingress:
enabled: true enabled: true
className: traefik className: traefik
hosts: hosts:
- host: wiki.local - host: wiki.jethrocotton.com
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
tls:
- hosts:
- wiki.jethrocotton.com
secretName: widlcard-jethrocotton-com-tls
service: service:
type: ClusterIP type: ClusterIP