Allow (optional) customizing ingress backend
This commit is contained in:
		
							parent
							
								
									bd023cd048
								
							
						
					
					
						commit
						383f70c898
					
				
					 5 changed files with 9 additions and 4 deletions
				
			
		| 
						 | 
					@ -1,9 +1,9 @@
 | 
				
			||||||
dependencies:
 | 
					dependencies:
 | 
				
			||||||
- name: postgresql
 | 
					- name: postgresql
 | 
				
			||||||
  repository: https://charts.bitnami.com/bitnami
 | 
					  repository: https://charts.bitnami.com/bitnami
 | 
				
			||||||
  version: 11.7.2
 | 
					  version: 11.7.3
 | 
				
			||||||
- name: redis
 | 
					- name: redis
 | 
				
			||||||
  repository: https://charts.bitnami.com/bitnami
 | 
					  repository: https://charts.bitnami.com/bitnami
 | 
				
			||||||
  version: 17.0.11
 | 
					  version: 17.0.11
 | 
				
			||||||
digest: sha256:9f48089bf27f97be3c626a50ba70cd089f42e8b3f0c04a5d529752379b2cbc5b
 | 
					digest: sha256:3f28c6b57295af8d15bde8ddb31795f63e4da411c8d0dae232d0dc6b0e232f23
 | 
				
			||||||
generated: "2022-08-17T15:47:13.072704997-04:00"
 | 
					generated: "2022-08-19T11:06:28.600412225-04:00"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,7 +14,7 @@ type: application
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# This is the chart version. This version number should be incremented each time you make changes
 | 
					# This is the chart version. This version number should be incremented each time you make changes
 | 
				
			||||||
# to the chart and its templates, including the app version.
 | 
					# to the chart and its templates, including the app version.
 | 
				
			||||||
version: 0.2.0
 | 
					version: 0.2.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# This is the version number of the application being deployed. This version number should be
 | 
					# This is the version number of the application being deployed. This version number should be
 | 
				
			||||||
# incremented each time you make changes to the application.
 | 
					# incremented each time you make changes to the application.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								charts/postgresql-11.7.3.tgz
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								charts/postgresql-11.7.3.tgz
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
						 | 
					@ -46,6 +46,10 @@ spec:
 | 
				
			||||||
            {{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }}
 | 
					            {{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }}
 | 
				
			||||||
            pathType: {{ .pathType }}
 | 
					            pathType: {{ .pathType }}
 | 
				
			||||||
            {{- end }}
 | 
					            {{- end }}
 | 
				
			||||||
 | 
					            {{- if .backend }}
 | 
				
			||||||
 | 
					            backend:
 | 
				
			||||||
 | 
					              {{- toYaml .backend | nindent 14 }}
 | 
				
			||||||
 | 
					            {{- else }}
 | 
				
			||||||
            backend:
 | 
					            backend:
 | 
				
			||||||
              {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
 | 
					              {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
 | 
				
			||||||
              service:
 | 
					              service:
 | 
				
			||||||
| 
						 | 
					@ -58,4 +62,5 @@ spec:
 | 
				
			||||||
              {{- end }}
 | 
					              {{- end }}
 | 
				
			||||||
            {{- end }}
 | 
					            {{- end }}
 | 
				
			||||||
          {{- end }}
 | 
					          {{- end }}
 | 
				
			||||||
 | 
					    {{- end }}
 | 
				
			||||||
{{- end }}
 | 
					{{- end }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue