We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fb61f commit b54ef86Copy full SHA for b54ef86
node-app/values.yaml
@@ -54,12 +54,16 @@ ingress:
54
alb.ingress.kubernetes.io/target-type: ip
55
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS": 443}]'
56
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"
58
hosts:
59
- host: toyocars.online
60
paths:
61
- path: /
62
pathType: Prefix
- tls: []
63
+ tls:
64
+ - hosts:
65
+ - toyocars.online
66
+ secretName: my-tls-secret
67
# - secretName: chart-example-tls
68
# hosts:
69
# - chart-example.local
0 commit comments