fix: fix staging sorcerer archmaester url
This commit is contained in:
@@ -33,6 +33,12 @@ spec:
|
|||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/values/atlantis/staging/redis.yaml
|
- $values/values/atlantis/staging/redis.yaml
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
|
- kind: Secret
|
||||||
|
name: dapr-api-token
|
||||||
|
jqPathExpressions:
|
||||||
|
- '.data'
|
||||||
|
- '.metadata.labels'
|
||||||
|
- '.metadata.annotations'
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: azure-keyvault
|
name: azure-keyvault
|
||||||
jqPathExpressions:
|
jqPathExpressions:
|
||||||
@@ -46,13 +52,13 @@ spec:
|
|||||||
- '.metadata.labels'
|
- '.metadata.labels'
|
||||||
- '.metadata.annotations'
|
- '.metadata.annotations'
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: prod-archmeister-replication
|
name: prod-atlantis-db-replication
|
||||||
jqPathExpressions:
|
jqPathExpressions:
|
||||||
- '.data'
|
- '.data'
|
||||||
- '.metadata.labels'
|
- '.metadata.labels'
|
||||||
- '.metadata.annotations'
|
- '.metadata.annotations'
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: prod-archmeister-ca
|
name: prod-atlantis-db-ca
|
||||||
jqPathExpressions:
|
jqPathExpressions:
|
||||||
- '.data'
|
- '.data'
|
||||||
- '.metadata.labels'
|
- '.metadata.labels'
|
||||||
|
|||||||
@@ -49,6 +49,6 @@ spec:
|
|||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
- ApplyOutOfSyncOnly=true
|
- ApplyOutOfSyncOnly=true
|
||||||
# automated:
|
automated:
|
||||||
# prune: true
|
prune: true
|
||||||
# selfHeal: false
|
selfHeal: false
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
"appNamespace": "staging-sorcerer",
|
"appNamespace": "staging-sorcerer",
|
||||||
"appVersion": "0.0.0",
|
"appVersion": "0.0.0",
|
||||||
"otelCollector": "http://10.255.241.12:4317",
|
"otelCollector": "http://10.255.241.12:4317",
|
||||||
"archiveSvc": "https://maps.beta.oceanbox.io",
|
"archiveSvc": "https://atlantis.beta.oceanbox.io",
|
||||||
"dataDir": "/data/archives",
|
"dataDir": "/data/archives",
|
||||||
"cacheDir": "/data/archives/cache"
|
"cacheDir": "/data/archives/cache"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
tag: v4.16.3
|
tag: 73a2bbb7-debug
|
||||||
|
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
dapr.io/enabled: "true"
|
dapr.io/enabled: "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user