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

16 lines
329 B
YAML

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