Skip to content

Commit 0463478

Browse files
committed
Added example for multiple certificates to Service annotation
1 parent e942a0f commit 0463478

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/guide/service/annotations.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,16 @@ You can configure TLS support via the following annotations:
456456
See [Server Certificates](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#tls-listener-certificates) for further details.
457457
458458
!!!example
459-
```
460-
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: arn:aws:acm:us-west-2:xxxxx:certificate/xxxxxxx
461-
```
459+
- single certificate
460+
```
461+
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: arn:aws:acm:us-west-2:xxxxx:certificate/xxxxxxx
462+
```
463+
- multiple certificates
464+
```
465+
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: arn:aws:acm:us-west-2:xxxxx:certificate/cert1,arn:aws:acm:us-west-2:xxxxx:certificate/cert2,arn:aws:acm:us-west-2:xxxxx:certificate/cert3
466+
```
467+
468+
462469
463470
- <a name="ssl-ports">`service.beta.kubernetes.io/aws-load-balancer-ssl-ports`</a> specifies the frontend ports with TLS listeners.
464471

0 commit comments

Comments
 (0)