fix(turbinia): selector for service
This commit is contained in:
parent
ea506d510b
commit
b8b4c9a44a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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 }}
|
Loading…
Reference in a new issue