dev-environment/k8s_config/dev/minio/service.yaml

18 lines
250 B
YAML

apiVersion: v1
kind: Service
metadata:
name: minio
spec:
ports:
- name: api
port: 9000
targetPort: 9000
protocol: TCP
- name: webui
port: 9001
targetPort: 9001
protocol: TCP
selector:
app: minio