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

13 lines
293 B
YAML

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