33 lines
708 B
YAML
33 lines
708 B
YAML
replicaCount: 3
|
|
|
|
# NOTE(mrtz): Hack for working with bitnami legacy registry
|
|
global:
|
|
security:
|
|
allowInsecureImages: true
|
|
image:
|
|
repository: bitnamilegacy/rabbitmq
|
|
|
|
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
|
|
extraHosts: []
|
|
extraPaths: []
|
|
extraRules: []
|
|
hostname: rabbitmq.srv.oceanbox.io
|
|
ingressClassName: ""
|
|
path: /
|
|
pathType: ImplementationSpecific
|
|
secrets: []
|
|
selfSigned: false
|
|
tls: true
|