Skip to content

Commit

Permalink
Merge pull request #363 from LCOGT/fix/helm-chart
Browse files Browse the repository at this point in the history
Fix/helm chart
  • Loading branch information
mgdaily authored Jun 13, 2023
2 parents 47626cf + d1236c6 commit 7b67898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm-chart/banzai/templates/db-instrument-update.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ include "banzai.fullname" . }}-db-instrument-update
Expand Down
6 changes: 3 additions & 3 deletions helm-chart/banzai/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# will be started when the CPU usage rises above the configured threshold.
horizontalPodAutoscaler:
enabled: true
minReplicas: 25
maxReplicas: 25
minReplicas: 15
maxReplicas: 15
targetCPUUtilizationPercentage: 50

image:
Expand Down Expand Up @@ -50,7 +50,7 @@ useDockerizedDatabase: false
useDockerizedRabbitMQ: false

postgresql:
hostname: postgres1-cluster.cluster-cple9sjsskrf.us-west-2.rds.amazonaws.com
hostname: prod-postgres1-cluster-writer-pgbouncer.prod-db-proxy.svc.cluster.local
postgresqlUsername: banzai
postgresqlDatabase: banzai

Expand Down

0 comments on commit 7b67898

Please sign in to comment.