fix(turbinia): selector for service

This commit is contained in:
Tommy 2024-05-26 21:52:52 +02:00
parent ea506d510b
commit b8b4c9a44a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ description: |
Automation and Scaling of Digital Forensics Tools Automation and Scaling of Digital Forensics Tools
appVersion: "20240510" appVersion: "20240510"
type: application type: application
version: 0.1.1 version: 0.1.3
maintainers: maintainers:
- name: Tommy Skaug - name: Tommy Skaug
email: tommy@skaug.me email: tommy@skaug.me

View file

@ -12,5 +12,5 @@ spec:
protocol: TCP protocol: TCP
targetPort: 8000 targetPort: 8000
selector: selector:
app.kubernetes.io/component: server app.kubernetes.io/component: api
{{- include "turbinia.selectorLabels" . | nindent 4 }} {{- include "turbinia.selectorLabels" . | nindent 4 }}