Authored-By: OpenAI (GPT-5) <noreply@openai.com>
This commit is contained in:
@@ -4,6 +4,8 @@ metadata:
|
||||
name: {{ route.resource_name }}
|
||||
namespace: {{ namespace }}
|
||||
annotations:
|
||||
site-publish.fritzlab.net/artifact: {{ route.artifact }}
|
||||
site-publish.fritzlab.net/route-path: {{ route.path | tojson }}
|
||||
traefik.ingress.kubernetes.io/router.middlewares: https-redirect@file,retry-upstream@file{% if route.access_middleware %},{{ route.access_middleware }}@file{% endif %}{% for m in route.middlewares %},{{ m }}@file{% endfor %}
|
||||
spec:
|
||||
ingressClassName: traefik
|
||||
|
||||
Reference in New Issue
Block a user