fixed hosts, changed url for wikijs
This commit is contained in:
parent
c104b666de
commit
51fb0f51df
|
|
@ -18,5 +18,5 @@ spec:
|
|||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- radarr.jpcit.co.za
|
||||
- forgejo.jethrocotton.com
|
||||
secretName: widlcard-jethrocotton-com-tls
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ ingress:
|
|||
enabled: true
|
||||
className: traefik
|
||||
hosts:
|
||||
- host: wiki.local
|
||||
- host: wiki.jethrocotton.com
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- wiki.jethrocotton.com
|
||||
secretName: widlcard-jethrocotton-com-tls
|
||||
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
|
|
|||
Loading…
Reference in a new issue