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
* feat: implement Gateway API with HTTPRoute for ACME challenge and web traffic routing
* refactor: restructure HTTPRoutes and ReferenceGrants for improved namespace management
* bug: yaml error
* refactor: update HTTPRoute to use internal-gateway for improved routing
* feat: migrate from Istio VirtualServices to Gateway API HTTPRoutes with dual gateway access
* bug: configmap script syntax
* bug: configmap script syntax
* bug: configmap script syntax
* bug: virtual service
* bug: virtual service
* add: ingressclass
* add: ingressclass
* fix: update public IP retrieval in post-provision script to prefer DNS name
Copy file name to clipboardExpand all lines: charts/istio-certs/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Istio Certs Helm Chart
2
2
3
-
This chart configures DNS labels for Azure Kubernetes Service (AKS) LoadBalancer IPs, enabling automatic FQDN assignment for OSDU services.
3
+
This chart configures DNS labels for Azure Kubernetes Service (AKS) LoadBalancer IPs associated with Gateway API gateways, enabling automatic FQDN assignment for OSDU services with Let's Encrypt certificate provisioning.
0 commit comments