Skip to content

Commit d96dcee

Browse files
authored
Update AWS example for RDS IAM auth docs
Will reference this example on the doc site for configuring AWS RDS IAM auth
1 parent b7aed28 commit d96dcee

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed
Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1+
storageClass:
2+
create: true
3+
provisioner: ebs.csi.aws.com
4+
reclaimPolicy: Retain
5+
type: gp3
6+
volumeBindingMode: WaitForFirstConsumer
7+
18
frontend:
29
ingress:
310
enabled: true
411
annotations:
5-
kubernetes.io/ingress.class: alb # aws load balancer controller ingressClass name
6-
# additional aws alb ingress controller supported annotations
12+
kubernetes.io/ingress.class: null # Unset deprecated annotation
13+
# Additional AWS ALB ingress controller annotations
714
# ...
8-
# replace with your actual domain
9-
host: sourcegraph.company.com
15+
host: sourcegraph.company.com # Replace with your actual hostname
16+
ingressClassName: alb
1017

11-
storageClass:
12-
create: true
13-
type: gp3 # This configures SSDs (recommended).
14-
provisioner: ebs.csi.aws.com
15-
volumeBindingMode: WaitForFirstConsumer
16-
reclaimPolicy: Retain
18+
# Uncomment if using AWS RDS with IAM authentication
19+
# env:
20+
# PG_CONNECTION_UPDATER:
21+
# value: EC2_ROLE_CREDENTIALS
22+
# AWS_STS_REGIONAL_ENDPOINTS:
23+
# value: regional

0 commit comments

Comments
 (0)