From 2af8a1b6c6d23ab55b48fc36f743effe09ca6446 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Sun, 13 Oct 2024 18:24:26 -0500 Subject: [PATCH] Added ports --- service.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/service.yaml b/service.yaml index d754715..3e7815c 100644 --- a/service.yaml +++ b/service.yaml @@ -7,3 +7,7 @@ spec: selector: app: kavita type: ClusterIP + ports: + - name: http + port: 80 + targetPort: http