File tree Expand file tree Collapse file tree 1 file changed +17
-10
lines changed
charts/sourcegraph/examples/aws Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change 1+ storageClass :
2+ create : true
3+ provisioner : ebs.csi.aws.com
4+ reclaimPolicy : Retain
5+ type : gp3
6+ volumeBindingMode : WaitForFirstConsumer
7+
18frontend :
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
You can’t perform that action at this time.
0 commit comments