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
|
#apiVersion: v1
|
||||||
kind: Namespace
|
#kind: Namespace
|
||||||
metadata:
|
#metadata:
|
||||||
name: minio-tenant
|
# name: minio-tenant
|
||||||
---
|
#---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: storage-configuration
|
name: storage-configuration
|
||||||
namespace: minio-tenant
|
# namespace: minio-tenant
|
||||||
stringData:
|
stringData:
|
||||||
config.env: |-
|
config.env: |-
|
||||||
export MINIO_ROOT_USER="minio"
|
export MINIO_ROOT_USER="minio"
|
||||||
@@ -23,7 +23,7 @@ data:
|
|||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: storage-user
|
name: storage-user
|
||||||
namespace: minio-tenant
|
# namespace: minio-tenant
|
||||||
type: Opaque
|
type: Opaque
|
||||||
---
|
---
|
||||||
apiVersion: minio.min.io/v2
|
apiVersion: minio.min.io/v2
|
||||||
@@ -36,7 +36,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app: minio
|
app: minio
|
||||||
name: myminio
|
name: myminio
|
||||||
namespace: minio-tenant
|
# namespace: minio-tenant
|
||||||
spec:
|
spec:
|
||||||
certConfig: {}
|
certConfig: {}
|
||||||
configuration:
|
configuration:
|
||||||
|
|||||||
@@ -41,22 +41,22 @@ service:
|
|||||||
enabled: false
|
enabled: false
|
||||||
port: 8883
|
port: 8883
|
||||||
# This is the port used by nodes to expose the service
|
# This is the port used by nodes to expose the service
|
||||||
nodePort: 38883
|
nodePort: 31884
|
||||||
ws:
|
ws:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 8080
|
port: 8080
|
||||||
# This is the port used by nodes to expose the service
|
# This is the port used by nodes to expose the service
|
||||||
nodePort: 38080
|
nodePort: 31080
|
||||||
wss:
|
wss:
|
||||||
enabled: false
|
enabled: false
|
||||||
port: 8443
|
port: 8443
|
||||||
# This is the port used by nodes to expose the service
|
# This is the port used by nodes to expose the service
|
||||||
nodePort: 38443
|
nodePort: 31443
|
||||||
api:
|
api:
|
||||||
enabled: false
|
enabled: false
|
||||||
type: NodePort
|
type: NodePort
|
||||||
port: 8888
|
port: 8888
|
||||||
nodePort: 38888
|
nodePort: 31888
|
||||||
annotations: {}
|
annotations: {}
|
||||||
annotations: {}
|
annotations: {}
|
||||||
labels: {}
|
labels: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user