Created
October 4, 2023 12:20
-
-
Save yuriysergeev/91cba7c656167376a2951a7fddb5e8c9 to your computer and use it in GitHub Desktop.
aws-nlb extension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ingress: | |
chart: | |
version: 1.26.1 | |
ingressControllers: | |
- nginx: | |
acme: | |
apiUrl: https://acme-v02.api.letsencrypt.org/directory | |
email: [email protected] | |
enabled: true | |
enabled: true | |
hostPortHttp: 80 | |
hostPortHttps: 443 | |
loadBalancerPortHttp: 80 | |
loadBalancerPortHttps: 443 | |
values: | |
nginx-ingress: | |
controller: | |
service: | |
annotations: | |
service.beta.kubernetes.io/aws-load-balancer-type: nlb | |
internal: | |
annotations: | |
service.beta.kubernetes.io/aws-load-balancer-internal: 'true' | |
service.beta.kubernetes.io/aws-load-balancer-scheme: internal | |
service.beta.kubernetes.io/aws-load-balancer-type: nlb | |
enabled: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment