cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit eec51edffffcd01b1f9326bedbd30595b2d610e9
parent cf27973b9ec0ecb60f0e874696b8758d4d8723c4
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 20 Dec 2024 03:27:28 +0100

Deploy gerrit

Diffstat:
Mapps/base/gerrit/ingress.yaml | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/apps/base/gerrit/ingress.yaml b/apps/base/gerrit/ingress.yaml @@ -44,6 +44,10 @@ spec: name: http path: / pathType: Prefix + tls: + - hosts: + - gerrit.midnightthoughts.space + secretName: gerrit.midnightthoughts.space-tls --- apiVersion: networking.k8s.io/v1 @@ -70,3 +74,7 @@ spec: name: http path: /(a)?/plugins/high-availability/.* pathType: ImplementationSpecific + tls: + - hosts: + - gerrit.midnightthoughts.space + secretName: gerrit.midnightthoughts.space-tls