commit 6adf5619f5720d009c2da49c4bc0a7af3bae53c6 parent 223ec6a1a7f4e7c14017ffca5314b56442b13292 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 20 Dec 2024 03:21:46 +0100 Deploy gerrit Diffstat:
| M | apps/base/gerrit/ingress.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/base/gerrit/ingress.yaml b/apps/base/gerrit/ingress.yaml @@ -67,5 +67,5 @@ spec: name: gerrit-replica-service port: name: http - path: "(/a)?/plugins/high-availability/.*" + path: /(a)?/plugins/high-availability/.* pathType: ImplementationSpecific