fix: update atlantis manifests
This commit is contained in:
@@ -19,4 +19,4 @@ spec:
|
|||||||
- name: route
|
- name: route
|
||||||
value: /events/slurm
|
value: /events/slurm
|
||||||
scopes:
|
scopes:
|
||||||
- atlantis
|
- prod-atlantis
|
||||||
|
|||||||
@@ -17,4 +17,4 @@ spec:
|
|||||||
- name: redisDB
|
- name: redisDB
|
||||||
value: "2"
|
value: "2"
|
||||||
scopes:
|
scopes:
|
||||||
- atlantis
|
- prod-atlantis
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
apiVersion: dapr.io/v1alpha1
|
piVersion: dapr.io/v1alpha1
|
||||||
kind: Component
|
kind: Component
|
||||||
metadata:
|
metadata:
|
||||||
name: azure-keyvault
|
name: azure-keyvault
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ spec:
|
|||||||
- name: redisDB
|
- name: redisDB
|
||||||
value: "1"
|
value: "1"
|
||||||
scopes:
|
scopes:
|
||||||
- atlantis
|
- prod-atlantis
|
||||||
|
|||||||
@@ -24,4 +24,4 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
queueType: quorum
|
queueType: quorum
|
||||||
scopes:
|
scopes:
|
||||||
- atlantis
|
- prod-atlantis
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ spec:
|
|||||||
- name: route
|
- name: route
|
||||||
value: /events/slurm
|
value: /events/slurm
|
||||||
scopes:
|
scopes:
|
||||||
- atlantis
|
- staging-atlantis
|
||||||
|
|||||||
@@ -17,4 +17,4 @@ spec:
|
|||||||
- name: redisDB
|
- name: redisDB
|
||||||
value: "2"
|
value: "2"
|
||||||
scopes:
|
scopes:
|
||||||
- atlantis
|
- staging-atlantis
|
||||||
|
|||||||
@@ -17,4 +17,4 @@ spec:
|
|||||||
- name: redisDB
|
- name: redisDB
|
||||||
value: "2"
|
value: "2"
|
||||||
scopes:
|
scopes:
|
||||||
- atlantis
|
- staging-atlantis
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ spec:
|
|||||||
- name: redisDB
|
- name: redisDB
|
||||||
value: "1"
|
value: "1"
|
||||||
scopes:
|
scopes:
|
||||||
- atlantis
|
- staging-atlantis
|
||||||
|
|||||||
@@ -24,4 +24,4 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
queueType: quorum
|
queueType: quorum
|
||||||
scopes:
|
scopes:
|
||||||
- atlantis
|
- staging-atlantis
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
|
|
||||||
|
podAnnotations:
|
||||||
|
dapr.io/app-id: "prod-atlantis"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- name: APP_NAMESPACE
|
- name: APP_NAMESPACE
|
||||||
value: prod-atlantis
|
value: prod-atlantis
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
replicaCount: 2
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
tag: 7f3512e0-debug
|
tag: 7f3512e0-debug
|
||||||
|
|
||||||
|
podAnnotations:
|
||||||
|
dapr.io/app-id: "staging-atlantis"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- name: APP_NAMESPACE
|
- name: APP_NAMESPACE
|
||||||
value: staging-atlantis
|
value: staging-atlantis
|
||||||
|
|||||||
Reference in New Issue
Block a user