Skip to content

Commit 8cc56cf

Browse files
authored
Update how-to-end-to-end-tls-ingress-api.md
Adding the annotation alb.networking.azure.io/alb-ingress-extension to the ingress configurations as it is missing. This is crucial to make this how to function correctly.
1 parent 0834706 commit 8cc56cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/application-gateway/for-containers/how-to-end-to-end-tls-ingress-api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ metadata:
5454
annotations:
5555
alb.networking.azure.io/alb-name: alb-test
5656
alb.networking.azure.io/alb-namespace: alb-test-infra
57+
alb.networking.azure.io/alb-ingress-extension: https-ingress
5758
spec:
5859
ingressClassName: azure-alb-external
5960
tls:
@@ -100,6 +101,7 @@ metadata:
100101
annotations:
101102
alb.networking.azure.io/alb-id: $RESOURCE_ID
102103
alb.networking.azure.io/alb-frontend: $FRONTEND_NAME
104+
alb.networking.azure.io/alb-ingress-extension: https-ingress
103105
spec:
104106
ingressClassName: azure-alb-external
105107
tls:
@@ -137,6 +139,7 @@ metadata:
137139
annotations:
138140
alb.networking.azure.io/alb-frontend: FRONTEND_NAME
139141
alb.networking.azure.io/alb-id: /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/yyyyyyyy/providers/Microsoft.ServiceNetworking/trafficControllers/zzzzzz
142+
alb.networking.azure.io/alb-ingress-extension: https-ingress
140143
kubectl.kubernetes.io/last-applied-configuration: |
141144
{"apiVersion":"networking.k8s.io/v1","kind":"Ingress","metadata":{"annotations":{"alb.networking.azure.io/alb-frontend":"FRONTEND_NAME","alb.networking.azure.io/alb-id":"/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/yyyyyyyy/providers/Microsoft.ServiceNetworking/trafficControllers/zzzzzz"},"name"
142145
:"ingress-01","namespace":"test-infra"},"spec":{"ingressClassName":"azure-alb-external","rules":[{"host":"contoso.com","http":{"paths":[{"backend":{"service":{"name":"https-app","port":{"number":443}}},"path":"/","pathType":"Prefix"}]}}],"tls":[{"hosts":["contoso.com"],"secretName":"contoso.com"}]}}

0 commit comments

Comments
 (0)