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

26 lines
547 B
YAML
Raw Normal View History

2022-05-26 15:10:54 +00:00
apiVersion: v1
kind: Service
metadata:
name: "operator"
labels: {{- include "minio-operator.labels" . | nindent 4 }}
2022-05-26 15:10:54 +00:00
spec:
type: ClusterIP
ports:
- port: 4221
name: http
2022-05-26 15:10:54 +00:00
selector:
operator: leader
{{- include "minio-operator.selectorLabels" . | nindent 4 }}
---
apiVersion: v1
kind: Service
metadata:
name: "sts"
labels: {{- include "minio-operator.labels" . | nindent 4 }}
spec:
type: ClusterIP
ports:
- port: 4223
name: https
selector: {{- include "minio-operator.selectorLabels" . | nindent 4 }}