fixed hosts, changed url for wikijs
This commit is contained in:
parent
c104b666de
commit
51fb0f51df
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue