fix: migrate from internal to external redis
This commit is contained in:
@@ -23,6 +23,12 @@ spec:
|
|||||||
string: staging
|
string: staging
|
||||||
- name: hostname
|
- name: hostname
|
||||||
string: atlantis.beta.oceanbox.io
|
string: atlantis.beta.oceanbox.io
|
||||||
|
- repoURL: https://charts.bitnami.com/bitnami
|
||||||
|
targetRevision: 20.1.7
|
||||||
|
chart: redis
|
||||||
|
helm:
|
||||||
|
valueFiles:
|
||||||
|
- $values/values/atlantis/staging/redis.yaml
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: azure-keyvault
|
name: azure-keyvault
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: redis
|
|
||||||
repository: https://charts.bitnami.com/bitnami
|
|
||||||
version: 20.1.7
|
|
||||||
digest: sha256:9c9be148366bb3d50f7394ba5a33e1a00a087b5ed61d2bcf1faec9b369e76582
|
|
||||||
generated: "2024-10-08T13:21:10.374993273+02:00"
|
|
||||||
@@ -4,9 +4,3 @@ description: Atlantis map and simulation service
|
|||||||
type: application
|
type: application
|
||||||
version: v2.87.1
|
version: v2.87.1
|
||||||
appVersion: v2.87.1
|
appVersion: v2.87.1
|
||||||
dependencies:
|
|
||||||
- name: redis
|
|
||||||
version: 20.1.7
|
|
||||||
repository: https://charts.bitnami.com/bitnami
|
|
||||||
condition: redis.enabled
|
|
||||||
alias: redis
|
|
||||||
|
|||||||
Binary file not shown.
@@ -99,41 +99,6 @@ cluster:
|
|||||||
db: prod-archmeister
|
db: prod-archmeister
|
||||||
namespace: atlantis
|
namespace: atlantis
|
||||||
|
|
||||||
redis:
|
|
||||||
enabled: true
|
|
||||||
image:
|
|
||||||
repository: redis/redis-stack-server
|
|
||||||
tag: 7.2.0-v10
|
|
||||||
architecture: standalone
|
|
||||||
replica:
|
|
||||||
replicaCount: 1
|
|
||||||
command:
|
|
||||||
- "/opt/redis-stack/bin/redis-server"
|
|
||||||
- "--loadmodule"
|
|
||||||
- "/opt/redis-stack/lib/redisearch.so"
|
|
||||||
- "MAXSEARCHRESULTS"
|
|
||||||
- "10000"
|
|
||||||
- "MAXAGGREGATERESULTS"
|
|
||||||
- "10000"
|
|
||||||
- "--loadmodule"
|
|
||||||
- "/opt/redis-stack/lib/rejson.so"
|
|
||||||
auth:
|
|
||||||
enabled: true
|
|
||||||
sentinel: true
|
|
||||||
password: ""
|
|
||||||
usePasswordFiles: false
|
|
||||||
existingSecretPasswordKey: ""
|
|
||||||
# existingSecret: staging-redis
|
|
||||||
master:
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
ephemeral-storage: 1024Mi
|
|
||||||
memory: 192Mi
|
|
||||||
requests:
|
|
||||||
cpu: 150m
|
|
||||||
ephemeral-storage: 50Mi
|
|
||||||
memory: 128Mi
|
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||||
# choice for the user. This also increases chances charts run on environments with little
|
# choice for the user. This also increases chances charts run on environments with little
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: redis
|
|
||||||
repository: https://charts.bitnami.com/bitnami
|
|
||||||
version: 20.1.7
|
|
||||||
digest: sha256:9c9be148366bb3d50f7394ba5a33e1a00a087b5ed61d2bcf1faec9b369e76582
|
|
||||||
generated: "2024-11-16T14:23:53.686487149+01:00"
|
|
||||||
@@ -0,0 +1,37 @@
|
|||||||
|
image:
|
||||||
|
repository: redis/redis-stack-server
|
||||||
|
tag: 7.2.0-v10
|
||||||
|
|
||||||
|
architecture: replication
|
||||||
|
|
||||||
|
replica:
|
||||||
|
replicaCount: 2
|
||||||
|
command:
|
||||||
|
- "/opt/redis-stack/bin/redis-server"
|
||||||
|
- "--loadmodule"
|
||||||
|
- "/opt/redis-stack/lib/redisearch.so"
|
||||||
|
- "MAXSEARCHRESULTS"
|
||||||
|
- "10000"
|
||||||
|
- "MAXAGGREGATERESULTS"
|
||||||
|
- "10000"
|
||||||
|
- "--loadmodule"
|
||||||
|
- "/opt/redis-stack/lib/rejson.so"
|
||||||
|
|
||||||
|
auth:
|
||||||
|
enabled: true
|
||||||
|
sentinel: true
|
||||||
|
password: ""
|
||||||
|
usePasswordFiles: false
|
||||||
|
existingSecretPasswordKey: ""
|
||||||
|
# existingSecret: staging-redis
|
||||||
|
|
||||||
|
master:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
ephemeral-storage: 1024Mi
|
||||||
|
memory: 192Mi
|
||||||
|
requests:
|
||||||
|
cpu: 150m
|
||||||
|
ephemeral-storage: 50Mi
|
||||||
|
memory: 128Mi
|
||||||
|
|
||||||
@@ -0,0 +1,37 @@
|
|||||||
|
image:
|
||||||
|
repository: redis/redis-stack-server
|
||||||
|
tag: 7.2.0-v10
|
||||||
|
|
||||||
|
architecture: standalone
|
||||||
|
|
||||||
|
replica:
|
||||||
|
replicaCount: 1
|
||||||
|
command:
|
||||||
|
- "/opt/redis-stack/bin/redis-server"
|
||||||
|
- "--loadmodule"
|
||||||
|
- "/opt/redis-stack/lib/redisearch.so"
|
||||||
|
- "MAXSEARCHRESULTS"
|
||||||
|
- "10000"
|
||||||
|
- "MAXAGGREGATERESULTS"
|
||||||
|
- "10000"
|
||||||
|
- "--loadmodule"
|
||||||
|
- "/opt/redis-stack/lib/rejson.so"
|
||||||
|
|
||||||
|
auth:
|
||||||
|
enabled: true
|
||||||
|
sentinel: true
|
||||||
|
password: ""
|
||||||
|
usePasswordFiles: false
|
||||||
|
existingSecretPasswordKey: ""
|
||||||
|
# existingSecret: staging-redis
|
||||||
|
|
||||||
|
master:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
ephemeral-storage: 1024Mi
|
||||||
|
memory: 192Mi
|
||||||
|
requests:
|
||||||
|
cpu: 150m
|
||||||
|
ephemeral-storage: 50Mi
|
||||||
|
memory: 128Mi
|
||||||
|
|
||||||
Reference in New Issue
Block a user