rancher-partner-charts/charts/minio/minio-operator/6.0.0/templates/operator-service.yaml

15 lines
322 B
YAML

apiVersion: v1
kind: Service
metadata:
name: operator
namespace: {{ .Release.Namespace }}
labels: {{- include "minio-operator.labels" . | nindent 4 }}
spec:
type: ClusterIP
ports:
- port: 4221
name: http
selector:
operator: leader
{{- include "minio-operator.selectorLabels" . | nindent 4 }}