wraft-helm/templates/service-minio.yaml

17 lines
270 B
YAML
Raw Normal View History

2024-11-14 10:21:30 +00:00
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}-minio
spec:
type: ClusterIP
ports:
- port: 9000
targetPort: 9000
name: api
- port: 9001
targetPort: 9001
name: console
selector:
app: {{ .Release.Name }}-minio