File tree Expand file tree Collapse file tree 6 files changed +23
-27
lines changed
Expand file tree Collapse file tree 6 files changed +23
-27
lines changed Original file line number Diff line number Diff line change 11name : amazee-ai
22description : A Helm Chart for amazee.ai with independent frontend and backend services
3- version : 0.0.8
3+ version : 0.0.9
44apiVersion : v2
5- appVersion : " 0.0.8 "
5+ appVersion : " 0.0.9 "
66keywords :
77 - amazee.ai
88 - frontend
@@ -15,10 +15,10 @@ dependencies:
1515 repository : https://charts.bitnami.com/bitnami
1616 condition : postgresql.enabled
1717 - name : backend
18- version : 0.0.8
18+ version : 0.0.9
1919 condition : backend.enabled
2020 dependsOn :
2121 - postgresql
2222 - name : frontend
23- version : 0.0.8
23+ version : 0.0.9
2424 condition : frontend.enabled
Original file line number Diff line number Diff line change 11name : backend
22description : Backend API service for amazee.ai
3- version : 0.0.8
3+ version : 0.0.9
44apiVersion : v2
5- appVersion : " 0.0.8 "
5+ appVersion : " 0.0.9 "
66keywords :
77 - api
88 - fastapi
Original file line number Diff line number Diff line change 11name : frontend
22description : Frontend web application for amazee.ai
3- version : 0.0.8
3+ version : 0.0.9
44apiVersion : v2
5- appVersion : " 0.0.8 "
5+ appVersion : " 0.0.9 "
66keywords :
77 - frontend
88 - nextjs
Original file line number Diff line number Diff line change 1- {{- if .Values.frontendIngress.enabled -}}
1+ {{- if .Values.amazee-ai. frontendIngress.enabled -}}
22apiVersion : networking.k8s.io/v1
33kind : Ingress
44metadata :
55 name : {{ include "amazee-ai.fullname" . }}-frontend
66 namespace : {{ .Release.Namespace }}
77 labels :
88 {{- include "amazee-ai.labels" . | nindent 4 }}
9- {{- with .Values.frontendIngress.annotations }}
9+ {{- with .Values.amazee-ai. frontendIngress.annotations }}
1010 annotations :
1111 {{- toYaml . | nindent 4 }}
1212 {{- end }}
1313spec :
14- {{- if .Values.frontendIngress.className }}
15- ingressClassName : {{ .Values.frontendIngress.className }}
14+ {{- if .Values.amazee-ai. frontendIngress.className }}
15+ ingressClassName : {{ .Values.amazee-ai. frontendIngress.className }}
1616 {{- end }}
17- {{- if .Values.frontendIngress.tls }}
17+ {{- if .Values.amazee-ai. frontendIngress.tls }}
1818 tls :
19- {{- range .Values.frontendIngress.tls }}
19+ {{- range .Values.amazee-ai. frontendIngress.tls }}
2020 - hosts :
2121 {{- range .hosts }}
2222 - {{ . | quote }}
2525 {{- end }}
2626 {{- end }}
2727 rules :
28- {{- range .Values.frontendIngress.hosts }}
28+ {{- range .Values.amazee-ai. frontendIngress.hosts }}
2929 - host : {{ .host | quote }}
3030 http :
3131 paths :
Original file line number Diff line number Diff line change 1- {{- if .Values.ingress.enabled -}}
1+ {{- if .Values.amazee-ai. ingress.enabled -}}
22apiVersion : networking.k8s.io/v1
33kind : Ingress
44metadata :
55 name : {{ include "amazee-ai.fullname" . }}-backend
66 namespace : {{ .Release.Namespace }}
77 labels :
88 {{- include "amazee-ai.labels" . | nindent 4 }}
9- {{- with .Values.ingress.annotations }}
9+ {{- with .Values.amazee-ai. ingress.annotations }}
1010 annotations :
1111 {{- toYaml . | nindent 4 }}
1212 {{- end }}
1313spec :
14- {{- if .Values.ingress.className }}
15- ingressClassName : {{ .Values.ingress.className }}
14+ {{- if .Values.amazee-ai. ingress.className }}
15+ ingressClassName : {{ .Values.amazee-ai. ingress.className }}
1616 {{- end }}
17- {{- if .Values.ingress.tls }}
17+ {{- if .Values.amazee-ai. ingress.tls }}
1818 tls :
19- {{- range .Values.ingress.tls }}
19+ {{- range .Values.amazee-ai. ingress.tls }}
2020 - hosts :
2121 {{- range .hosts }}
2222 - {{ . | quote }}
2525 {{- end }}
2626 {{- end }}
2727 rules :
28- {{- range .Values.ingress.hosts }}
28+ {{- range .Values.amazee-ai. ingress.hosts }}
2929 - host : {{ .host | quote }}
3030 http :
3131 paths :
Original file line number Diff line number Diff line change 77
88# PostgreSQL configuration (using Bitnami chart)
99postgresql :
10+ # Set to false to use external managed PostgreSQL
1011 enabled : true
11- # Set to true to use external managed PostgreSQL
12- external :
13- enabled : false
14- url : " postgresql://user:password@host:port/database"
15- # Self-hosted PostgreSQL configuration (used when external.enabled = false)
1612 auth :
1713 postgresPassword : " postgres"
1814 database : " postgres_service"
You can’t perform that action at this time.
0 commit comments