@@ -21,7 +21,8 @@ external-dns:
2121 name : externaldns
2222 annotations :
2323 plural.sh/dummy : ignore
24- # azure.workload.identity/client-id: 027c5496-d46b-40d3-8f92-a0f44dcf3500 # uncomment and update for azure
24+ # eks.amazonaws.com/role-arn: "arn:aws:iam::ACCOUNT-ID:role/plrl-console-eks-certmanager-extdns" # uncomment and update for aws
25+ # azure.workload.identity/client-id: XXXXXXXX-XXX-XXXX-XXXX-XXXXXXXXXXXX # uncomment and update for azure
2526
2627 podLabels :
2728 azure.workload.identity/use : " true"
@@ -33,9 +34,41 @@ external-dns:
3334 domainFilters :
3435 - az.plural.sh # <- you need to change this
3536
36- # For azure
37- # azure:
38- # useWorkloadIdentityExtension: true
39- # resourceGroup: <YOUR_RESOURCE_GROUP>
40- # tenantId: <YOUR_TENANT_ID>
41- # subscriptionId: <YOUR_SUBSCRIPTION_ID>
37+ # For azure
38+ # azure:
39+ # useWorkloadIdentityExtension: true
40+ # resourceGroup: <YOUR_RESOURCE_GROUP>
41+ # tenantId: <YOUR_TENANT_ID>
42+ # subscriptionId: <YOUR_SUBSCRIPTION_ID>
43+
44+ # For aws
45+ # ingress-nginx:
46+ # controller:
47+ # service:
48+ # annotations:
49+ # service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facing
50+ # service.beta.kubernetes.io/aws-load-balancer-backend-protocol: tcp
51+ # service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: 'true'
52+ # service.beta.kubernetes.io/aws-load-balancer-type: external
53+ # service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: ip
54+ # service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: "*"
55+ # service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: '3600'
56+ # config:
57+ # compute-full-forwarded-for: 'true'
58+ # use-forwarded-headers: 'true'
59+ # use-proxy-protocol: 'true'
60+
61+ # ingress-nginx-private:
62+ # controller:
63+ # service:
64+ # annotations:
65+ # service.beta.kubernetes.io/aws-load-balancer-backend-protocol: tcp
66+ # service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: 'true'
67+ # service.beta.kubernetes.io/aws-load-balancer-type: external
68+ # service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: ip
69+ # service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: "*"
70+ # service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: '3600'
71+ # config:
72+ # compute-full-forwarded-for: 'true'
73+ # use-forwarded-headers: 'true'
74+ # use-proxy-protocol: 'true'
0 commit comments