fix(atlantis): Setup Redis Operator for staging

This commit is contained in:
2025-11-13 10:06:40 +01:00
parent d8c4cd045c
commit c2b6ecddba
5 changed files with 32 additions and 20 deletions
@@ -1,8 +1,11 @@
replicaCount: 1
image:
tag: f8940c92-debug
podAnnotations:
dapr.io/app-id: "staging-atlantis"
env:
- name: APP_NAMESPACE
value: staging-atlantis
@@ -38,6 +41,7 @@ env:
secretKeyRef:
name: dapr-api-token
key: token
ingress:
enabled: true
annotations:
@@ -88,6 +92,7 @@ ingress:
- atlantis.beta.oceanbox.io
- atlas.oceanbox.io
secretName: staging-atlantis-tls
cluster:
instances: 1
backup:
@@ -97,6 +102,7 @@ cluster:
source:
db: prod-atlantis-db
namespace: prod-atlantis
resources:
limits:
cpu: 250m
@@ -104,3 +110,15 @@ resources:
requests:
cpu: 250m
memory: 1Gi
redis:
enabled: true
size: 2Gi
secret:
name: staging-atlantis-redis
key: redis-password
backup:
enabled: true
resources:
cpu: 150m
memory: 256Mi