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
appVersion: "20240510"
type: application
version: 0.1.1
version: 0.1.3
maintainers:
- name: Tommy Skaug
email: tommy@skaug.me

View file

@ -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 }}