fix: Switch rabbitmq and redis to bitnamilegacy
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
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
|
||||
|
||||
@@ -2,6 +2,13 @@
|
||||
# repository: redis/redis-stack-server
|
||||
# tag: 7.2.0-v10
|
||||
|
||||
# NOTE(mrtz): Hack for working with bitnami legacy registry
|
||||
global:
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
image:
|
||||
repository: bitnamilegacy/redis
|
||||
|
||||
architecture: replication
|
||||
|
||||
replica:
|
||||
@@ -34,4 +41,3 @@ master:
|
||||
cpu: 150m
|
||||
ephemeral-storage: 50Mi
|
||||
memory: 128Mi
|
||||
|
||||
|
||||
@@ -34,4 +34,3 @@ master:
|
||||
cpu: 150m
|
||||
ephemeral-storage: 50Mi
|
||||
memory: 128Mi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user