feat: update atlantis chart, values and app for spmsa

This commit is contained in:
2024-12-09 10:49:02 +01:00
parent 6ba97b006b
commit ca6b80d13f
30 changed files with 406 additions and 144 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-redis-master:6379
- name: redisUsername
value: default
- name: redisPassword
secretKeyRef:
name: prod-redis
key: redis-password
- name: redisDB
value: "2"
scopes:
- atlantis