From 69525e4dd7180258bc1a1c18623b32d19dd8e77b Mon Sep 17 00:00:00 2001 From: Martin Hrabovcin Date: Mon, 15 Jul 2024 18:47:42 +0200 Subject: [PATCH] fix: git-operator ingress port (#2408) --- services/git-operator/0.1.0/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/git-operator/0.1.0/ingress.yaml b/services/git-operator/0.1.0/ingress.yaml index fa7a229fc..f5cb6e343 100644 --- a/services/git-operator/0.1.0/ingress.yaml +++ b/services/git-operator/0.1.0/ingress.yaml @@ -15,6 +15,6 @@ spec: service: name: git-operator-git port: - name: http + name: https path: /dkp/kommander/git-operator pathType: Prefix