chore: Checkout of previous helm config for atlantis, openfga, redis and rabbitmq

This commit is contained in:
Moritz Jörg
2025-06-10 20:06:01 +02:00
committed by Moritz Jörg
parent 1807d99524
commit 9e56811a8f
56 changed files with 1823 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: configstore
spec:
type: configuration.redis
version: v1
metadata:
- name: redisHost
value: prod-atlantis-redis-master:6379
- name: redisUsername
value: default
- name: redisPassword
secretKeyRef:
name: prod-atlantis-redis
key: redis-password
- name: redisDB
value: "1"
scopes:
- prod-atlantis