From b8b4c9a44a750d74c4bbfe55a4f941102629dbab Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 26 May 2024 21:52:52 +0200 Subject: [PATCH] fix(turbinia): selector for service --- charts/turbinia/Chart.yaml | 2 +- charts/turbinia/templates/service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/turbinia/Chart.yaml b/charts/turbinia/Chart.yaml index 1ba1530..0e0cc91 100644 --- a/charts/turbinia/Chart.yaml +++ b/charts/turbinia/Chart.yaml @@ -4,7 +4,7 @@ description: | Automation and Scaling of Digital Forensics Tools appVersion: "20240510" type: application -version: 0.1.1 +version: 0.1.3 maintainers: - name: Tommy Skaug email: tommy@skaug.me diff --git a/charts/turbinia/templates/service.yaml b/charts/turbinia/templates/service.yaml index bd55595..f326bbc 100644 --- a/charts/turbinia/templates/service.yaml +++ b/charts/turbinia/templates/service.yaml @@ -12,5 +12,5 @@ spec: protocol: TCP targetPort: 8000 selector: - app.kubernetes.io/component: server + app.kubernetes.io/component: api {{- include "turbinia.selectorLabels" . | nindent 4 }} \ No newline at end of file