@@ -22,12 +22,12 @@ metadata:
22
22
azure.weblogic.target: "${constClusterName} "
23
23
azure.weblogc.createdByWlsOffer: "true"
24
24
annotations:
25
- kubernetes.io/ingress.class: azure/application-gateway
26
25
appgw.ingress.kubernetes.io/appgw-ssl-certificate: "${APPGW_SSL_CERT_NAME} "
27
26
appgw.ingress.kubernetes.io/use-private-ip: "${APPGW_USE_PRIVATE_IP} "
28
27
appgw.ingress.kubernetes.io/cookie-based-affinity: "${ENABLE_COOKIE_BASED_AFFINITY} "
29
28
appgw.ingress.kubernetes.io/backend-path-prefix: "/"
30
29
spec:
30
+ ingressClassName: azure-application-gateway
31
31
rules:
32
32
- http:
33
33
paths:
@@ -55,11 +55,11 @@ metadata:
55
55
azure.weblogic.target: "${constClusterName} "
56
56
azure.weblogc.createdByWlsOffer: "true"
57
57
annotations:
58
- kubernetes.io/ingress.class: azure/application-gateway
59
58
appgw.ingress.kubernetes.io/use-private-ip: "${APPGW_USE_PRIVATE_IP} "
60
59
appgw.ingress.kubernetes.io/cookie-based-affinity: "${ENABLE_COOKIE_BASED_AFFINITY} "
61
60
appgw.ingress.kubernetes.io/backend-path-prefix: "/"
62
61
spec:
62
+ ingressClassName: azure-application-gateway
63
63
rules:
64
64
- http:
65
65
paths:
@@ -87,7 +87,6 @@ metadata:
87
87
azure.weblogic.target: "${constClusterName} "
88
88
azure.weblogc.createdByWlsOffer: "true"
89
89
annotations:
90
- kubernetes.io/ingress.class: azure/application-gateway
91
90
appgw.ingress.kubernetes.io/ssl-redirect: "true"
92
91
appgw.ingress.kubernetes.io/backend-protocol: "https"
93
92
appgw.ingress.kubernetes.io/appgw-ssl-certificate: "${APPGW_SSL_CERT_NAME} "
109
108
appgw.ingress.kubernetes.io/appgw-trusted-root-certificate: "${APPGW_TRUSTED_ROOT_CERT_NAME} "
110
109
111
110
spec:
111
+ ingressClassName: azure-application-gateway
112
112
rules:
113
113
- http:
114
114
paths:
@@ -136,10 +136,10 @@ metadata:
136
136
azure.weblogic.target: "${constAdminServerName} "
137
137
azure.weblogc.createdByWlsOffer: "true"
138
138
annotations:
139
- kubernetes.io/ingress.class: azure/application-gateway
140
139
appgw.ingress.kubernetes.io/use-private-ip: "${APPGW_USE_PRIVATE_IP} "
141
140
appgw.ingress.kubernetes.io/cookie-based-affinity: "${ENABLE_COOKIE_BASED_AFFINITY} "
142
141
spec:
142
+ ingressClassName: azure-application-gateway
143
143
rules:
144
144
- http:
145
145
paths:
@@ -165,11 +165,11 @@ metadata:
165
165
azure.weblogic.target: "${constAdminServerName} -remote-console"
166
166
azure.weblogc.createdByWlsOffer: "true"
167
167
annotations:
168
- kubernetes.io/ingress.class: azure/application-gateway
169
168
appgw.ingress.kubernetes.io/backend-path-prefix: "/"
170
169
appgw.ingress.kubernetes.io/use-private-ip: "${APPGW_USE_PRIVATE_IP} "
171
170
appgw.ingress.kubernetes.io/cookie-based-affinity: "${ENABLE_COOKIE_BASED_AFFINITY} "
172
171
spec:
172
+ ingressClassName: azure-application-gateway
173
173
rules:
174
174
- http:
175
175
paths:
@@ -197,7 +197,6 @@ metadata:
197
197
azure.weblogic.target: "${constAdminServerName} "
198
198
azure.weblogc.createdByWlsOffer: "true"
199
199
annotations:
200
- kubernetes.io/ingress.class: azure/application-gateway
201
200
appgw.ingress.kubernetes.io/ssl-redirect: "true"
202
201
appgw.ingress.kubernetes.io/backend-protocol: "https"
203
202
appgw.ingress.kubernetes.io/appgw-ssl-certificate: "${APPGW_SSL_CERT_NAME} "
219
218
appgw.ingress.kubernetes.io/appgw-trusted-root-certificate: "${APPGW_TRUSTED_ROOT_CERT_NAME} "
220
219
221
220
spec:
221
+ ingressClassName: azure-application-gateway
222
222
rules:
223
223
- http:
224
224
paths:
@@ -244,7 +244,6 @@ metadata:
244
244
azure.weblogic.target: "${constAdminServerName} -remote-console"
245
245
azure.weblogc.createdByWlsOffer: "true"
246
246
annotations:
247
- kubernetes.io/ingress.class: azure/application-gateway
248
247
appgw.ingress.kubernetes.io/backend-path-prefix: "/"
249
248
appgw.ingress.kubernetes.io/ssl-redirect: "true"
250
249
appgw.ingress.kubernetes.io/backend-protocol: "https"
267
266
appgw.ingress.kubernetes.io/appgw-trusted-root-certificate: "${APPGW_TRUSTED_ROOT_CERT_NAME} "
268
267
269
268
spec:
269
+ ingressClassName: azure-application-gateway
270
270
rules:
271
271
- http:
272
272
paths:
0 commit comments