This is an automated email from the ASF dual-hosted git repository.
omartushevskyi pushed a commit to branch DLAB-1158
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-1158 by this push:
new 5970d4e added step-ca
5970d4e is described below
commit 5970d4eb0da0d47f660b57f2e2c8d47591261950
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Tue Nov 19 16:06:44 2019 +0200
added step-ca
---
.../aws/ssn-helm-charts/main/dlab-ui-chart/templates/cert.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-ui-chart/templates/cert.yaml
b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-ui-chart/templates/cert.yaml
index 9285a2b..5762e9a 100644
---
a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-ui-chart/templates/cert.yaml
+++
b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-ui-chart/templates/cert.yaml
@@ -35,10 +35,10 @@ spec:
# DNS SAN
dnsNames:
- localhost
+ - {{ .Values.ui.ingress.host }}
# IP Address SAN
ipAddresses:
- "127.0.0.1"
- - {{ .Values.ui.ingress.host }}
# Duration of the certificate
duration: 24h
# Renew 8 hours before the certificate expiration
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]