Skip to content

Commit b54ef86

Browse files
committed
ingress updated
1 parent 45fb61f commit b54ef86

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

node-app/values.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,16 @@ ingress:
5454
alb.ingress.kubernetes.io/target-type: ip
5555
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS": 443}]'
5656
alb.ingress.kubernetes.io/certificate-arn: "arn:aws:acm:us-east-1:637423391401:certificate/2185e123-388c-464a-b531-8dd1863bf96b"
57+
alb.ingress.kubernetes.io/ssl-redirect: "true"
5758
hosts:
5859
- host: toyocars.online
5960
paths:
6061
- path: /
6162
pathType: Prefix
62-
tls: []
63+
tls:
64+
- hosts:
65+
- toyocars.online
66+
secretName: my-tls-secret
6367
# - secretName: chart-example-tls
6468
# hosts:
6569
# - chart-example.local

0 commit comments

Comments
 (0)