commit 54f71c1777c7e1898be2fd426f39420800e640fb parent 62659803470ff729dea17c3fc66e5b7b26330f72 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 11 Dec 2023 21:26:43 +0100 Fix ingress Diffstat:
| M | apps/base/zuul/configs.yaml | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/apps/base/zuul/configs.yaml b/apps/base/zuul/configs.yaml @@ -35,8 +35,9 @@ spec: paths: - path: / backend: - serviceName: zuul-web - servicePort: 9000 + service: + name: zuul-web + port: 9000 tls: - hosts: - zuul.nordgedanken.dev