@@ -5,7 +5,7 @@ services: application-gateway
5
5
author : mbender-ms
6
6
ms.service : azure-application-gateway
7
7
ms.topic : concept-article
8
- ms.date : 9/17/2024
8
+ ms.date : 5/23/2025
9
9
ms.author : mbender
10
10
---
11
11
@@ -66,7 +66,6 @@ apiVersion: networking.k8s.io/v1
66
66
kind : Ingress
67
67
metadata :
68
68
name : go-server-ingress-bkprefix
69
- namespace : test-ag
70
69
annotations :
71
70
kubernetes.io/ingress.class : azure/application-gateway
72
71
appgw.ingress.kubernetes.io/backend-path-prefix : " /test/"
@@ -104,7 +103,6 @@ apiVersion: networking.k8s.io/v1
104
103
kind: Ingress
105
104
metadata:
106
105
name: go-server-ingress-timeout
107
- namespace: test-ag
108
106
annotations:
109
107
kubernetes.io/ingress.class: azure/application-gateway
110
108
appgw.ingress.kubernetes.io/backend-hostname: "internal.example.com"
@@ -152,7 +150,6 @@ apiVersion: networking.k8s.io/v1
152
150
kind: Ingress
153
151
metadata:
154
152
name: go-server-ingress
155
- namespace: test-ag
156
153
annotations:
157
154
kubernetes.io/ingress.class: azure/application-gateway
158
155
appgw.ingress.kubernetes.io/health-probe-hostname: "contoso.com"
@@ -192,7 +189,6 @@ apiVersion: networking.k8s.io/v1
192
189
kind: Ingress
193
190
metadata:
194
191
name: go-server-ingress-redirect
195
- namespace: test-ag
196
192
annotations:
197
193
kubernetes.io/ingress.class: azure/application-gateway
198
194
appgw.ingress.kubernetes.io/ssl-redirect: "true"
@@ -233,7 +229,6 @@ apiVersion: networking.k8s.io/v1
233
229
kind: Ingress
234
230
metadata:
235
231
name: go-server-ingress-drain
236
- namespace: test-ag
237
232
annotations:
238
233
kubernetes.io/ingress.class: azure/application-gateway
239
234
appgw.ingress.kubernetes.io/connection-draining: "true"
@@ -268,7 +263,6 @@ apiVersion: networking.k8s.io/v1
268
263
kind: Ingress
269
264
metadata:
270
265
name: go-server-ingress-affinity
271
- namespace: test-ag
272
266
annotations:
273
267
kubernetes.io/ingress.class: azure/application-gateway
274
268
appgw.ingress.kubernetes.io/cookie-based-affinity: "true"
@@ -302,7 +296,6 @@ apiVersion: networking.k8s.io/v1
302
296
kind: Ingress
303
297
metadata:
304
298
name: go-server-ingress-timeout
305
- namespace: test-ag
306
299
annotations:
307
300
kubernetes.io/ingress.class: azure/application-gateway
308
301
appgw.ingress.kubernetes.io/request-timeout: "20"
@@ -338,7 +331,6 @@ apiVersion: networking.k8s.io/v1
338
331
kind: Ingress
339
332
metadata:
340
333
name: go-server-ingress-privateip
341
- namespace: test-ag
342
334
annotations:
343
335
kubernetes.io/ingress.class: azure/application-gateway
344
336
appgw.ingress.kubernetes.io/use-private-ip: "true"
@@ -375,7 +367,6 @@ apiVersion: networking.k8s.io/v1
375
367
kind: Ingress
376
368
metadata:
377
369
name: go-server-ingress-overridefrontendport
378
- namespace: test-ag
379
370
annotations:
380
371
kubernetes.io/ingress.class: azure/application-gateway
381
372
appgw.ingress.kubernetes.io/override-frontend-port: "8080"
@@ -416,7 +407,6 @@ apiVersion: networking.k8s.io/v1
416
407
kind: Ingress
417
408
metadata:
418
409
name: go-server-ingress-timeout
419
- namespace: test-ag
420
410
annotations:
421
411
kubernetes.io/ingress.class: azure/application-gateway
422
412
appgw.ingress.kubernetes.io/backend-protocol: "https"
@@ -450,7 +440,6 @@ apiVersion: networking.k8s.io/v1
450
440
kind: Ingress
451
441
metadata:
452
442
name: go-server-ingress-multisite
453
- namespace: test-ag
454
443
annotations:
455
444
kubernetes.io/ingress.class: azure/application-gateway
456
445
appgw.ingress.kubernetes.io/hostname-extension: "hostname1, hostname2"
@@ -488,7 +477,6 @@ apiVersion: networking.k8s.io/v1
488
477
kind: Ingress
489
478
metadata:
490
479
name: ad-server-ingress
491
- namespace: commerce
492
480
annotations:
493
481
kubernetes.io/ingress.class: azure/application-gateway
494
482
appgw.ingress.kubernetes.io/waf-policy-for-path: "/subscriptions/abcd/resourceGroups/rg/providers/Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/adserver"
@@ -532,7 +520,6 @@ apiVersion: networking.k8s.io/v1
532
520
kind: Ingress
533
521
metadata:
534
522
name: go-server-ingress-certificate
535
- namespace: test-ag
536
523
annotations:
537
524
kubernetes.io/ingress.class: azure/application-gateway
538
525
appgw.ingress.kubernetes.io/appgw-ssl-certificate: "name-of-appgw-installed-certificate"
@@ -567,7 +554,6 @@ apiVersion: networking.k8s.io/v1
567
554
kind: Ingress
568
555
metadata:
569
556
name: go-server-ingress-certificate
570
- namespace: test-ag
571
557
annotations:
572
558
kubernetes.io/ingress.class: azure/application-gateway
573
559
appgw.ingress.kubernetes.io/appgw-ssl-certificate: "name-of-appgw-installed-certificate"
@@ -602,7 +588,6 @@ apiVersion: networking.k8s.io/v1
602
588
kind: Ingress
603
589
metadata:
604
590
name: go-server-ingress-certificate
605
- namespace: test-ag
606
591
annotations:
607
592
kubernetes.io/ingress.class: azure/application-gateway
608
593
appgw.ingress.kubernetes.io/backend-protocol: "https"
@@ -636,7 +621,6 @@ apiVersion: networking.k8s.io/v1
636
621
kind: Ingress
637
622
metadata:
638
623
name: go-server-ingress-bkprefix
639
- namespace: test-ag
640
624
annotations:
641
625
kubernetes.io/ingress.class: azure/application-gateway
642
626
appgw.ingress.kubernetes.io/rewrite-rule-set: add-custom-response-header
@@ -727,7 +711,6 @@ apiVersion: networking.k8s.io/v1
727
711
kind: Ingress
728
712
metadata:
729
713
name: go-server-ingress-rulepriority
730
- namespace: test-ag
731
714
annotations:
732
715
kubernetes.io/ingress.class: azure/application-gateway
733
716
appgw.ingress.kubernetes.io/rule-priority: 10
0 commit comments