fix: update (pre)prod atlantis manifests

This commit is contained in:
2025-01-10 12:46:22 +01:00
parent 20a34d6bf0
commit 386c098373
10 changed files with 106 additions and 66 deletions
+18 -26
View File
@@ -1,15 +1,18 @@
replicaCount: 2
replicaCount: 1
image:
tag: v2.92.0
podAnnotations:
dapr.io/app-id: "prod-atlantis"
dapr.io/app-id: "preprod-atlantis"
env:
- name: APP_NAMESPACE
value: prod-atlantis
- name: APP_VERSION
value: "2.87.0"
value: "2.92.0"
- name: LOG_LEVEL
value: "3"
value: "2"
- name: REDIS_USER
value: default
- name: REDIS_PASSWORD
@@ -43,24 +46,7 @@ ingress:
cert-manager.io/cluster-issuer: letsencrypt-production
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
hosts:
- host: atlantis.srv.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
internal:
- path: /internal
pathType: ImplementationSpecific
- path: /dapr
pathType: ImplementationSpecific
- path: /actors
pathType: ImplementationSpecific
- path: /job
pathType: ImplementationSpecific
- path: /events
pathType: ImplementationSpecific
- path: /metrics
pathType: ImplementationSpecific
- host: maps.oceanbox.io
- host: maps.beta.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
@@ -79,9 +65,16 @@ ingress:
pathType: ImplementationSpecific
tls:
- hosts:
- atlantis.srv.oceanbox.io
- maps.oceanbox.io
secretName: atlantis-tls
- maps.beta.oceanbox.io
secretName: prod-atlantis-tls
cluster:
instances: 2
bootstrap:
enabled: true
source:
db: prod-archmeister
namespace: atlantis
resources:
limits:
@@ -90,4 +83,3 @@ resources:
requests:
cpu: 250m
memory: 1Gi