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

16 lines
323 B
YAML
Raw Normal View History

2022-05-26 15:10:54 +00:00
apiVersion: v1
kind: Service
metadata:
name: "console"
namespace: {{ .Release.Namespace }}
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 }}