You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
184 B
13 lines
184 B
8 years ago
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: minio-service
|
||
|
spec:
|
||
|
type: LoadBalancer
|
||
|
ports:
|
||
|
- port: 9000
|
||
|
targetPort: 9000
|
||
|
protocol: TCP
|
||
|
selector:
|
||
|
app: minio
|