Skip to content

Commit

Permalink
Reduce kafka replicas. Fix scorpio DB pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
dwendland committed Jul 24, 2024
1 parent 69c11b0 commit fd58670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions aws/deployai/marketplace/kafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ kafka:
enabled: false
persistence:
size: 1Gi
replicaCount: 1
broker:
podSecurityContext:
enabled: false
Expand Down
4 changes: 2 additions & 2 deletions aws/deployai/marketplace/scorpio/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ spec:
valueFrom:
secretKeyRef:
name: postgres-secret
key: postgres-password
key: postgres-root-password
- name: MYSETTINGS_POSTGRES_USERNAME
value: scorpio
value: postgres
ports:
- name: http
containerPort: 9090
Expand Down

0 comments on commit fd58670

Please sign in to comment.