Simplify Docker build workflow and update routing rules
Some checks failed
Helm Chart Build / lint-only (push) Has been skipped
Helm Chart Build / build-helm (push) Successful in 8s
Build and Deploy / build-web (push) Failing after 45s
Build and Deploy / build-api (push) Successful in 53s

This commit is contained in:
d.viti
2025-10-07 18:31:56 +02:00
parent 2d695ba361
commit d17e356fcd
5 changed files with 8 additions and 42 deletions

View File

@@ -27,7 +27,7 @@ data:
vars:
- - uri
- "~~"
- "^(?!/api|/docs)"
- "^(?!/api)"
priority: 1
plugins:
{{- if .Values.api7.tls.enabled }}
@@ -47,17 +47,6 @@ data:
port: 80
weight: 100
routes:
- name: nginx-api-docs-route
uris:
- /docs
- /docs/*
priority: 30
plugins:
{{- if .Values.api7.tls.enabled }}
redirect:
http_to_https: true
{{- end }}
- name: nginx-api-llm-route
uris:
- /api/llm