Skip to content

Commit b917705

Browse files
authored
feat(helmfile): second ACM cert on indexer load balancer (#44)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent c9c9f55 commit b917705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helmfile-app/vpn/values.indexer.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ service:
2424
annotations:
2525
service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facing
2626
# This cert is created by Terraform
27-
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: arn:aws:acm:us-east-1:705913449309:certificate/c8ff6bb0-f1cf-42fc-be78-33e03577cc79
27+
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: arn:aws:acm:us-east-1:705913449309:certificate/c8ff6bb0-f1cf-42fc-be78-33e03577cc79,arn:aws:acm:us-east-1:705913449309:certificate/3a937532-f30f-43a6-bcba-a26c0f48c080
2828
# TODO: uncomment this when we have external-dns
2929
# NOTE: this record is manually created for now
3030
#external-dns.alpha.kubernetes.io/hostname: api.b7s.services

0 commit comments

Comments
 (0)