Files
infra/deploy/huly/minio/minio-service.yaml
2025-03-21 20:26:53 +01:00

17 lines
238 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: minio
name: minio
spec:
ports:
- name: "9000"
port: 9000
targetPort: 9000
- name: "9001"
port: 9001
targetPort: 9001
selector:
app: minio