<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Aks_multiple_ingress</id>
	<title>Aks multiple ingress - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Aks_multiple_ingress"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Aks_multiple_ingress&amp;action=history"/>
	<updated>2026-04-24T09:37:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Aks_multiple_ingress&amp;diff=3535&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;https://stackoverflow.com/questions/67176678/cant-create-a-second-ingress-controller-using-helm-with-custom-class-in-azure-k8   internal-ingress.yaml ``` controller:   service...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Aks_multiple_ingress&amp;diff=3535&amp;oldid=prev"/>
		<updated>2022-10-25T17:05:33Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;https://stackoverflow.com/questions/67176678/cant-create-a-second-ingress-controller-using-helm-with-custom-class-in-azure-k8   internal-ingress.yaml ``` controller:   service...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;https://stackoverflow.com/questions/67176678/cant-create-a-second-ingress-controller-using-helm-with-custom-class-in-azure-k8&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
internal-ingress.yaml&lt;br /&gt;
```&lt;br /&gt;
controller:&lt;br /&gt;
  service:&lt;br /&gt;
    loadBalancerIP: 10.x.x.x&lt;br /&gt;
    annotations:&lt;br /&gt;
      service.beta.kubernetes.io/azure-load-balancer-internal: &amp;quot;true&amp;quot;&lt;br /&gt;
  ingressClassResource:&lt;br /&gt;
    name: nginx-test&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
NAMESPACE=ingress-test&lt;br /&gt;
helm upgrade --install ingress-basic ingress-nginx/ingress-nginx \&lt;br /&gt;
  --create-namespace \&lt;br /&gt;
  --namespace $NAMESPACE \&lt;br /&gt;
  --set controller.service.annotations.&amp;quot;service\.beta\.kubernetes\.io/azure-load-balancer-health-probe-request-path&amp;quot;=/healthz \&lt;br /&gt;
  --set controller.service.externalTrafficPolicy=Local \&lt;br /&gt;
  -f internal-ingress.yaml&lt;br /&gt;
&lt;br /&gt;
# --set controller.service.externalTrafficPolicy=Local disables tls passthrough and adds  X-Forwarded-For&lt;br /&gt;
# https://learn.microsoft.com/en-us/azure/aks/concepts-network#client-source-ip-preservation&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>