File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : nango
33type : application
4- version : 2.0.2
4+ version : 2.0.3
55dependencies :
66 - condition : postgresql.enabled
77 name : postgresql
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ spec:
2424 {{- end }}
2525 - path : {{ .Values.jobs.ingress.path }}
2626 pathType : {{ .Values.jobs.ingress.pathType }}
27- backend : {{- include "common.ingress.backend" (dict "serviceName" (include "jobs.names.fullname " .) "servicePort" "http" "context" $) | nindent 14 }}
27+ backend : {{- include "common.ingress.backend" (dict "serviceName" (include "jobs.names.service " .) "servicePort" "http" "context" $) | nindent 14 }}
2828 {{- end }}
2929 {{- range .Values.jobs.ingress.extraHosts }}
3030 - host : {{ .name | quote }}
3131 http :
3232 paths :
3333 - path : {{ default "/" .path }}
3434 pathType : {{ default "ImplementationSpecific" .pathType }}
35- backend : {{- include "common.ingress.backend" (dict "serviceName" (include "jobs.names.fullname " $) "servicePort" "http" "context" $) | nindent 14 }}
35+ backend : {{- include "common.ingress.backend" (dict "serviceName" (include "jobs.names.service " $) "servicePort" "http" "context" $) | nindent 14 }}
3636 {{- end }}
3737 {{- if .Values.jobs.ingress.extraRules }}
3838 {{- include "common.tplvalues.render" (dict "value" .Values.jobs.ingress.extraRules "context" $) | nindent 4 }}
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ spec:
2424 {{- end }}
2525 - path : {{ .Values.orchestrator.ingress.path }}
2626 pathType : {{ .Values.orchestrator.ingress.pathType }}
27- backend : {{- include "common.ingress.backend" (dict "serviceName" (include "orchestrator.names.fullname " .) "servicePort" "http" "context" $) | nindent 14 }}
27+ backend : {{- include "common.ingress.backend" (dict "serviceName" (include "orchestrator.names.service " .) "servicePort" "http" "context" $) | nindent 14 }}
2828 {{- end }}
2929 {{- range .Values.orchestrator.ingress.extraHosts }}
3030 - host : {{ .name | quote }}
3131 http :
3232 paths :
3333 - path : {{ default "/" .path }}
3434 pathType : {{ default "ImplementationSpecific" .pathType }}
35- backend : {{- include "common.ingress.backend" (dict "serviceName" (include "orchestrator.names.fullname " $) "servicePort" "http" "context" $) | nindent 14 }}
35+ backend : {{- include "common.ingress.backend" (dict "serviceName" (include "orchestrator.names.service " $) "servicePort" "http" "context" $) | nindent 14 }}
3636 {{- end }}
3737 {{- if .Values.orchestrator.ingress.extraRules }}
3838 {{- include "common.tplvalues.render" (dict "value" .Values.orchestrator.ingress.extraRules "context" $) | nindent 4 }}
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ spec:
2424 {{- end }}
2525 - path : {{ .Values.persist.ingress.path }}
2626 pathType : {{ .Values.persist.ingress.pathType }}
27- backend : {{- include "common.ingress.backend" (dict "serviceName" (include "persist.names.fullname " .) "servicePort" "http" "context" $) | nindent 14 }}
27+ backend : {{- include "common.ingress.backend" (dict "serviceName" (include "persist.names.service " .) "servicePort" "http" "context" $) | nindent 14 }}
2828 {{- end }}
2929 {{- range .Values.persist.ingress.extraHosts }}
3030 - host : {{ .name | quote }}
3131 http :
3232 paths :
3333 - path : {{ default "/" .path }}
3434 pathType : {{ default "ImplementationSpecific" .pathType }}
35- backend : {{- include "common.ingress.backend" (dict "serviceName" (include "persist.names.fullname " $) "servicePort" "http" "context" $) | nindent 14 }}
35+ backend : {{- include "common.ingress.backend" (dict "serviceName" (include "persist.names.service " $) "servicePort" "http" "context" $) | nindent 14 }}
3636 {{- end }}
3737 {{- if .Values.persist.ingress.extraRules }}
3838 {{- include "common.tplvalues.render" (dict "value" .Values.persist.ingress.extraRules "context" $) | nindent 4 }}
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ spec:
2525 {{- end }}
2626 - path : {{ .Values.runner.ingress.path }}
2727 pathType : {{ .Values.runner.ingress.pathType }}
28- backend : {{- include "common.ingress.backend" (dict "serviceName" (include "runner.names.fullname " .) "servicePort" "http" "context" $) | nindent 14 }}
28+ backend : {{- include "common.ingress.backend" (dict "serviceName" (include "runner.names.service " .) "servicePort" "http" "context" $) | nindent 14 }}
2929 {{- end }}
3030 {{- range .Values.runner.ingress.extraHosts }}
3131 - host : {{ .name | quote }}
3232 http :
3333 paths :
3434 - path : {{ default "/" .path }}
3535 pathType : {{ default "ImplementationSpecific" .pathType }}
36- backend : {{- include "common.ingress.backend" (dict "serviceName" (include "runner.names.fullname " $) "servicePort" "http" "context" $) | nindent 14 }}
36+ backend : {{- include "common.ingress.backend" (dict "serviceName" (include "runner.names.service " $) "servicePort" "http" "context" $) | nindent 14 }}
3737 {{- end }}
3838 {{- if .Values.runner.ingress.extraRules }}
3939 {{- include "common.tplvalues.render" (dict "value" .Values.runner.ingress.extraRules "context" $) | nindent 4 }}
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ spec:
2424 {{- end }}
2525 - path : {{ .Values.server.ingress.path }}
2626 pathType : {{ .Values.server.ingress.pathType }}
27- backend : {{- include "common.ingress.backend" (dict "serviceName" (include "server.names.fullname " .) "servicePort" "http" "context" $) | nindent 14 }}
27+ backend : {{- include "common.ingress.backend" (dict "serviceName" (include "server.names.service " .) "servicePort" "http" "context" $) | nindent 14 }}
2828 {{- end }}
2929 {{- range .Values.server.ingress.extraHosts }}
3030 - host : {{ .name | quote }}
3131 http :
3232 paths :
3333 - path : {{ default "/" .path }}
3434 pathType : {{ default "ImplementationSpecific" .pathType }}
35- backend : {{- include "common.ingress.backend" (dict "serviceName" (include "server.names.fullname " $) "servicePort" "http" "context" $) | nindent 14 }}
35+ backend : {{- include "common.ingress.backend" (dict "serviceName" (include "server.names.service " $) "servicePort" "http" "context" $) | nindent 14 }}
3636 {{- end }}
3737 {{- if .Values.server.ingress.extraRules }}
3838 {{- include "common.tplvalues.render" (dict "value" .Values.server.ingress.extraRules "context" $) | nindent 4 }}
You can’t perform that action at this time.
0 commit comments