mirror of
https://github.com/kerberos-io/deployment.git
synced 2026-08-23 15:18:32 +00:00
remove minio namespace + update vernemq ports
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: minio-tenant
|
||||
---
|
||||
#apiVersion: v1
|
||||
#kind: Namespace
|
||||
#metadata:
|
||||
# name: minio-tenant
|
||||
#---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: storage-configuration
|
||||
namespace: minio-tenant
|
||||
# namespace: minio-tenant
|
||||
stringData:
|
||||
config.env: |-
|
||||
export MINIO_ROOT_USER="minio"
|
||||
@@ -23,7 +23,7 @@ data:
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: storage-user
|
||||
namespace: minio-tenant
|
||||
# namespace: minio-tenant
|
||||
type: Opaque
|
||||
---
|
||||
apiVersion: minio.min.io/v2
|
||||
@@ -36,7 +36,7 @@ metadata:
|
||||
labels:
|
||||
app: minio
|
||||
name: myminio
|
||||
namespace: minio-tenant
|
||||
# namespace: minio-tenant
|
||||
spec:
|
||||
certConfig: {}
|
||||
configuration:
|
||||
|
||||
@@ -41,22 +41,22 @@ service:
|
||||
enabled: false
|
||||
port: 8883
|
||||
# This is the port used by nodes to expose the service
|
||||
nodePort: 38883
|
||||
nodePort: 31884
|
||||
ws:
|
||||
enabled: true
|
||||
port: 8080
|
||||
# This is the port used by nodes to expose the service
|
||||
nodePort: 38080
|
||||
nodePort: 31080
|
||||
wss:
|
||||
enabled: false
|
||||
port: 8443
|
||||
# This is the port used by nodes to expose the service
|
||||
nodePort: 38443
|
||||
nodePort: 31443
|
||||
api:
|
||||
enabled: false
|
||||
type: NodePort
|
||||
port: 8888
|
||||
nodePort: 38888
|
||||
nodePort: 31888
|
||||
annotations: {}
|
||||
annotations: {}
|
||||
labels: {}
|
||||
|
||||
Reference in New Issue
Block a user