mirror of
https://github.com/kerberos-io/deployment.git
synced 2026-08-23 15:18:32 +00:00
add minio nodeports
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
namespace: minio-tenant
|
||||
resources:
|
||||
- minio-tenant-base.yaml
|
||||
- minio-tenant-base.yaml
|
||||
- minio-nodeports.yaml
|
||||
17
base/minio/minio-nodeports.yaml
Normal file
17
base/minio/minio-nodeports.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: minio-nodeport
|
||||
labels:
|
||||
app: myminio
|
||||
spec:
|
||||
type: NodePort
|
||||
ports:
|
||||
- port: 9000
|
||||
targetPort: 9000
|
||||
nodePort: 30090 # You can specify a port in the range 30000-32767 or let Kubernetes assign one automatically
|
||||
name: myminio
|
||||
protocol: TCP
|
||||
selector:
|
||||
v1.min.io/tenant: myminio
|
||||
Reference in New Issue
Block a user