From 51fb0f51df508e071237911214d98d627e6edda2 Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Wed, 25 Mar 2026 19:51:50 +1300 Subject: [PATCH] fixed hosts, changed url for wikijs --- apps/forgejo/forgejo-ingress.yaml | 2 +- apps/wikijs/values.yaml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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