File tree Expand file tree Collapse file tree 12 files changed +19
-15
lines changed
sample-config-empty/ingress-azure/templates
sample-config-prohibited-target/ingress-azure/templates
sample-config/ingress-azure/templates Expand file tree Collapse file tree 12 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : " 1.4 .0"
2+ appVersion : " 1.6 .0"
33description : Use Azure Application Gateway as the ingress for an Azure Kubernetes Service cluster.
44name : ingress-azure
5- version : 1.4 .0
5+ version : 1.6 .0
Original file line number Diff line number Diff line change 9696 readOnly : true
9797 {{- end}}
9898 {{- end}}
99+ {{- if .Values.kubernetes.volumes }}
99100 {{- if .Values.kubernetes.volumes.extraVolumeMounts }}
100101 {{- toYaml .Values.kubernetes.volumes.extraVolumeMounts | nindent 8 }}
101102 {{- end }}
103+ {{- end }}
102104 volumes :
103105 - name : azure
104106 hostPath :
@@ -111,9 +113,11 @@ spec:
111113 secretName : networking-appgw-k8s-azure-service-principal
112114 {{- end}}
113115 {{- end}}
116+ {{- if .Values.kubernetes.volumes }}
114117 {{- if .Values.kubernetes.volumes.extraVolumes }}
115118 {{- toYaml .Values.kubernetes.volumes.extraVolumes | nindent 6 }}
116119 {{- end }}
120+ {{- end }}
117121 {{- if .Values.kubernetes.nodeSelector }}
118122 {{- with .Values.kubernetes.nodeSelector }}
119123 nodeSelector :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 name : release-name-cm-ingress-azure
77 labels :
88 app : ingress-azure
9- chart : ingress-azure-1.4 .0
9+ chart : ingress-azure-1.6 .0
1010 heritage : Helm
1111 release : release-name
1212data :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 name : release-name-ingress-azure
77 labels :
88 app : ingress-azure
9- chart : ingress-azure-1.4 .0
9+ chart : ingress-azure-1.6 .0
1010 heritage : Helm
1111 release : release-name
1212spec :
3030 runAsUser : 0
3131 containers :
3232 - name : ingress-azure
33- image : mcr.microsoft.com/azure-application-gateway/kubernetes-ingress:1.4 .0
33+ image : mcr.microsoft.com/azure-application-gateway/kubernetes-ingress:1.6 .0
3434 imagePullPolicy : Always
3535 readinessProbe :
3636 httpGet :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kind: ServiceAccount
55metadata :
66 labels :
77 app : ingress-azure
8- chart : ingress-azure-1.4 .0
8+ chart : ingress-azure-1.6 .0
99 heritage : Helm
1010 release : release-name
1111 name : release-name-sa-ingress-azure
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 name : release-name-cm-ingress-azure
77 labels :
88 app : ingress-azure
9- chart : ingress-azure-1.4 .0
9+ chart : ingress-azure-1.6 .0
1010 heritage : Helm
1111 release : release-name
1212data :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 name : release-name-ingress-azure
77 labels :
88 app : ingress-azure
9- chart : ingress-azure-1.4 .0
9+ chart : ingress-azure-1.6 .0
1010 heritage : Helm
1111 release : release-name
1212spec :
3030 runAsUser : 0
3131 containers :
3232 - name : ingress-azure
33- image : mcr.microsoft.com/azure-application-gateway/kubernetes-ingress:1.4 .0
33+ image : mcr.microsoft.com/azure-application-gateway/kubernetes-ingress:1.6 .0
3434 imagePullPolicy : Always
3535 readinessProbe :
3636 httpGet :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kind: ServiceAccount
55metadata :
66 labels :
77 app : ingress-azure
8- chart : ingress-azure-1.4 .0
8+ chart : ingress-azure-1.6 .0
99 heritage : Helm
1010 release : release-name
1111 name : release-name-sa-ingress-azure
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 name : release-name-cm-ingress-azure
77 labels :
88 app : ingress-azure
9- chart : ingress-azure-1.4 .0
9+ chart : ingress-azure-1.6 .0
1010 heritage : Helm
1111 release : release-name
1212data :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 name : release-name-ingress-azure
77 labels :
88 app : ingress-azure
9- chart : ingress-azure-1.4 .0
9+ chart : ingress-azure-1.6 .0
1010 heritage : Helm
1111 release : release-name
1212spec :
3232 runAsUser : 3000
3333 containers :
3434 - name : ingress-azure
35- image : mcr.microsoft.com/azure-application-gateway/kubernetes-ingress:1.4 .0
35+ image : mcr.microsoft.com/azure-application-gateway/kubernetes-ingress:1.6 .0
3636 imagePullPolicy : Always
3737 readinessProbe :
3838 httpGet :
You can’t perform that action at this time.
0 commit comments