fix: fix prod-atlantis db and disable bootstrap
This commit is contained in:
@@ -21,8 +21,7 @@ env:
|
||||
name: prod-atlantis-redis
|
||||
key: redis-password
|
||||
- name: DB_HOST
|
||||
value: prod-archmeister-rw.atlantis
|
||||
#value: prod-atlantis-db-rw
|
||||
value: prod-atlantis-db-rw
|
||||
- name: DB_PORT
|
||||
value: "5432"
|
||||
- name: DB_USER
|
||||
@@ -72,10 +71,10 @@ ingress:
|
||||
cluster:
|
||||
instances: 2
|
||||
bootstrap:
|
||||
enabled: true
|
||||
enabled: false
|
||||
source:
|
||||
db: staging-atlantis-db
|
||||
namespace: staging-atlantis
|
||||
db: prod-atlantis-db
|
||||
namespace: prod-atlantis
|
||||
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user