Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit bd972f6

Browse files
author
Chris Wiechmann
committed
Documentation for AWS-Helm-Chart improved
1 parent 3aeabdb commit bd972f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm/examples/aws/elastic4apim-aws-deployment-values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ kibana:
3636
alb.ingress.kubernetes.io/backend-protocol: "HTTPS"
3737
# 302 is also accepted, as Kibana is performing a redirect
3838
alb.ingress.kubernetes.io/success-codes: 200,302
39+
# Instead of autodiscovery you may optionally define the certificate to be used manually
40+
# https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.1/guide/ingress/cert_discovery/
41+
# alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:eu-central-1:1231234564:certificate/4564abc12-d3c2-4455-8c39-45354cddaf03
3942
hosts:
4043
- host: kibana.axway-apim-on-eks.de
4144
paths:

0 commit comments

Comments
 (0)