You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Optional: Add any AKS-specific annotations if needed
260
+
extraTls:
261
+
- hosts:
262
+
- argocd.example.com
263
+
# Certificate can be managed by Web Application Routing
264
+
secretName: argocd-tls
265
+
```
266
+
240
267
### Gateway API HTTPRoute
241
268
242
269
The Gateway API provides a modern, extensible way to configure ingress traffic routing. This chart supports HTTPRoute resources as an alternative to traditional Ingress.
# Optional: Add any AKS-specific annotations if needed
259
+
extraTls:
260
+
- hosts:
261
+
- argocd.example.com
262
+
# Certificate can be managed by Web Application Routing
263
+
secretName: argocd-tls
264
+
```
265
+
239
266
### Gateway API HTTPRoute
240
267
241
268
The Gateway API provides a modern, extensible way to configure ingress traffic routing. This chart supports HTTPRoute resources as an alternative to traditional Ingress.
0 commit comments