fix: fix rabbitmq values
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
replicaCount: 3
|
||||
|
||||
auth:
|
||||
erlangCookie: prod-rabbitmq
|
||||
existingErlangSecret: prod-rabbitmq
|
||||
existingPasswordSecret: prod-rabbitmq
|
||||
password: ""
|
||||
username: user
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
oceanbox.io/expose: internal
|
||||
enabled: true
|
||||
extraHosts: []
|
||||
extraPaths: []
|
||||
extraRules: []
|
||||
|
||||
@@ -1,16 +1,18 @@
|
||||
replicaCount: 1
|
||||
|
||||
auth:
|
||||
erlangCookie: staging-rabbitmq
|
||||
existingErlangSecret: staging-rabbitmq
|
||||
existingPasswordSecret: staging-rabbitmq
|
||||
password: ""
|
||||
username: user
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
oceanbox.io/expose: internal
|
||||
enabled: true
|
||||
ingressClassName: ""
|
||||
extraHosts:
|
||||
- name: rabbitmq.dev.oceanbox.io
|
||||
|
||||
Reference in New Issue
Block a user