From 4bdf7d526ae54504a9aed6dfa0953f18531ac5bd Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Thu, 30 Jul 2026 13:59:11 +0200 Subject: [PATCH] Updated helm config --- .helm/templates/network.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.helm/templates/network.yaml b/.helm/templates/network.yaml index b967147..df22d45 100644 --- a/.helm/templates/network.yaml +++ b/.helm/templates/network.yaml @@ -5,7 +5,7 @@ metadata: namespace: spearhead-docs spec: selector: - app.kubernetes.io/name: {{ .Values.app }} + app: {{ .Values.app }} ports: - protocol: TCP port: {{ .Values.ports.servicePort }}