perf(helm): flink-deployment > remove unneeded mount

This commit is contained in:
2024-12-19 00:40:16 +03:30
parent 7e33fd6cef
commit 00030195c8
17 changed files with 25 additions and 19 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "flink-kube-operator.fullname" . }}
labels:
{{- include "flink-kube-operator.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "flink-kube-operator.selectorLabels" . | nindent 4 }}