diff --git a/execution/helm/theodolite-operator/templates/service.yaml b/execution/helm/theodolite-operator/templates/service.yaml deleted file mode 100644 index 8048f478b695708ad1bf1e1c7da1dc4d543a045c..0000000000000000000000000000000000000000 --- 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 f259913ef9d68bc9931f33fd6a735e24f766eb2d..b0f8cc0bfbbe42a83f2ded8f0e1d8e441381e46d 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