cluster

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

commit 32f336ca0654675620f79a83298319d29f1838b1
parent 015edd62e93cb2a58ff3867b3391a9a14280ef18
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 20 Dec 2024 03:18:09 +0100

Deploy gerrit

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

diff --git a/apps/base/gerrit/ingress.yaml b/apps/base/gerrit/ingress.yaml @@ -34,7 +34,7 @@ spec: port: name: http path: /.*/git-upload-pack - pathType: Prefix + pathType: ImplementationSpecific - backend: service: name: gerrit-service @@ -66,5 +66,5 @@ spec: name: gerrit-replica-service port: name: http - path: ^(/a)?/plugins/high-availability/.*$ - pathType: Prefix + path: "^(/a)?/plugins/high-availability/.*$" + pathType: ImplementationSpecific