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