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

13 lines
275 B
YAML

apiVersion: v1
kind: Service
metadata:
name: console
labels: {{- include "minio-operator.labels" . | nindent 4 }}
spec:
ports:
- name: http
port: 9090
- name: https
port: 9443
selector: {{- include "minio-operator.console-selectorLabels" . | nindent 4 }}