Skip to content
Snippets Groups Projects

Introduce a Helm chart for the Theodolite operator

3 files
+ 23
4
Compare changes
  • Side-by-side
  • Inline

Files

{{- if .Values.operator.enabled -}}
apiVersion: v1
kind: Service
metadata:
name: {{ include "theodolite-operator.fullname" . }}
labels:
{{- include "theodolite-operator.labels" . | nindent 4 }}
spec:
type: {{ .Values.serviceAnalysis.type }}
ports:
- port: {{ .Values.serviceAnalysis.port }}
protocol: TCP
selector:
{{- include "theodolite-operator.fullname" . | nindent 4 }}
{{- end }}
\ No newline at end of file
Loading