diff --git a/apps/forgejo/forgejo-ingress.yaml b/apps/forgejo/forgejo-ingress.yaml index 4748fa3..033507c 100644 --- a/apps/forgejo/forgejo-ingress.yaml +++ b/apps/forgejo/forgejo-ingress.yaml @@ -18,5 +18,5 @@ spec: number: 80 tls: - hosts: - - radarr.jpcit.co.za + - forgejo.jethrocotton.com secretName: widlcard-jethrocotton-com-tls diff --git a/apps/wikijs/values.yaml b/apps/wikijs/values.yaml index a6aada0..39cb4c6 100644 --- a/apps/wikijs/values.yaml +++ b/apps/wikijs/values.yaml @@ -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