k3s-configs/apps/mlflow/minio-service.yaml

19 lines
288 B
YAML
Raw Permalink Normal View History

2023-12-11 22:46:18 +00:00
apiVersion: v1
kind: Service
metadata:
name: minio-svc
namespace: minio
spec:
selector:
app: minio
type: ClusterIP
ports:
- name: minio-api
protocol: TCP
port: 9000
targetPort: 9000
- name: minio-console
protocol: TCP
port: 9001
targetPort: 9001