feat: change preprod to prod!
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
tag: v2.97.3
|
||||
tag: v2.97.4
|
||||
|
||||
podAnnotations:
|
||||
dapr.io/app-id: "preprod-atlantis"
|
||||
dapr.io/app-id: "prod-atlantis"
|
||||
|
||||
env:
|
||||
- name: APP_NAMESPACE
|
||||
value: prod-atlantis
|
||||
- name: APP_VERSION
|
||||
value: "2.94.0"
|
||||
value: "2.97.4"
|
||||
- name: LOG_LEVEL
|
||||
value: "2"
|
||||
- name: REDIS_USER
|
||||
@@ -18,22 +18,22 @@ env:
|
||||
- name: REDIS_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: preprod-atlantis-redis
|
||||
name: prod-atlantis-redis
|
||||
key: redis-password
|
||||
- name: DB_HOST
|
||||
value: prod-archmeister-rw.atlantis
|
||||
#value: preprod-atlantis-db-rw
|
||||
#value: prod-atlantis-db-rw
|
||||
- name: DB_PORT
|
||||
value: "5432"
|
||||
- name: DB_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: preprod-atlantis-db-superuser
|
||||
name: prod-atlantis-db-superuser
|
||||
key: username
|
||||
- name: DB_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: preprod-atlantis-db-superuser
|
||||
name: prod-atlantis-db-superuser
|
||||
key: password
|
||||
- name: DAPR_API_TOKEN
|
||||
valueFrom:
|
||||
@@ -47,7 +47,7 @@ ingress:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
|
||||
hosts:
|
||||
- host: maps.beta.oceanbox.io
|
||||
- host: maps.oceanbox.io
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
@@ -66,7 +66,7 @@ ingress:
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- maps.beta.oceanbox.io
|
||||
- maps.oceanbox.io
|
||||
secretName: prod-atlantis-tls
|
||||
|
||||
cluster:
|
||||
@@ -74,8 +74,8 @@ cluster:
|
||||
bootstrap:
|
||||
enabled: true
|
||||
source:
|
||||
db: prod-archmeister
|
||||
namespace: atlantis
|
||||
db: staging-atlantis-db
|
||||
namespace: staging-atlantis
|
||||
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user