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

12 lines
255 B
YAML

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 }}