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

14 lines
284 B
YAML

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