Skip to content
Snippets Groups Projects

ci: setup application helms in the monorepo

Merged Zdravko Iliev requested to merge find-dist-location into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -19,7 +19,7 @@ spec:
- host: {{ .Values.ingress.frontendDomain }}
http:
paths:
- path: /{{ .Release.Namespace }}/{{ template "app.path" . }}(/|$)(.*)
- path: /{{ .Release.Namespace }}-{{ template "app.path" . }}(/|$)(.*)
pathType: Prefix
backend:
service:
Loading