Standardize manifest filenames to <app>-<kind>.yaml
This commit is contained in:
14
minio-aistor/minio-aistor-service.yaml
Normal file
14
minio-aistor/minio-aistor-service.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: minio-aistor
|
||||
namespace: minio-aistor
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 9000
|
||||
targetPort: 9000
|
||||
name: api
|
||||
- port: 9001
|
||||
targetPort: 9001
|
||||
name: console
|
||||
Reference in New Issue
Block a user