Skip to content

Commit

Permalink
wip: TODO notes
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage committed Nov 1, 2023
1 parent ffd6e9d commit 9d1f83d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions infra/rds/argo.rds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ import * as ec2 from 'aws-cdk-lib/aws-ec2';
import * as rds from 'aws-cdk-lib/aws-rds';
import { App, RemovalPolicy, Stack, StackProps } from 'aws-cdk-lib';

/*
TODO:
What repository should the RDS deployment be in?
Get the generated secret and add it to EKS for Argo to use during installation.
Add the EKS security group for the EKS cluster to be able to access the database port (otherwise connection times out).
Configure Argo Helm chart to get the secret without hard coding it?
Database configuration decisions e.g. replication, scaling.
*/

export class ArgoRdsStack extends Stack {
db: rds.DatabaseInstance;
vpc: ec2.IVpc;
Expand Down

0 comments on commit 9d1f83d

Please sign in to comment.