From ab48e4a75ac79f035475de2c41dc8993b24ec4c0 Mon Sep 17 00:00:00 2001 From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de> Date: Wed, 31 Mar 2021 20:05:48 +0200 Subject: [PATCH] Remove K8s service for lag-evaluator --- .../theodolite-operator/templates/service.yaml | 16 ---------------- execution/helm/theodolite-operator/values.yaml | 6 +----- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 execution/helm/theodolite-operator/templates/service.yaml diff --git a/execution/helm/theodolite-operator/templates/service.yaml b/execution/helm/theodolite-operator/templates/service.yaml deleted file mode 100644 index 8048f478b..000000000 --- a/execution/helm/theodolite-operator/templates/service.yaml +++ /dev/null @@ -1,16 +0,0 @@ -{{- 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 diff --git a/execution/helm/theodolite-operator/values.yaml b/execution/helm/theodolite-operator/values.yaml index f259913ef..b0f8cc0bf 100644 --- a/execution/helm/theodolite-operator/values.yaml +++ b/execution/helm/theodolite-operator/values.yaml @@ -12,8 +12,4 @@ serviceAccount: create: true rbac: - create: true - -serviceAnalysis: - type: ClusterIP - port: 80 + create: true \ No newline at end of file -- GitLab