Skip to content
Snippets Groups Projects
Commit ab48e4a7 authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

Remove K8s service for lag-evaluator

parent f273fb87
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!109Introduce a Helm chart for the Theodolite operator,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
{{- if .Values.operator.enabled -}}
apiVersion: v1
kind: Service
metadata:
name: {{ include "theodolite-operator.fullname" . }}-service
labels:
app: {{ include "theodolite-operator.fullname" . }}
spec:
type: {{ .Values.serviceAnalysis.type }}
ports:
- port: {{ .Values.serviceAnalysis.port }}
name: analysis
targetPort: {{ .Values.serviceAnalysis.port }}
selector:
app: {{ include "theodolite-operator.fullname" . }}
{{- end }}
\ No newline at end of file
...@@ -12,8 +12,4 @@ serviceAccount: ...@@ -12,8 +12,4 @@ serviceAccount:
create: true create: true
rbac: rbac:
create: true create: true
\ No newline at end of file
serviceAnalysis:
type: ClusterIP
port: 80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment