feat(delivery): publish multiple surfaces
Test / test (pull_request) Failing after 5s

Authored-By: OpenAI (GPT-5) <noreply@openai.com>
This commit is contained in:
Dave Kowalski
2026-08-29 21:21:47 +00:00
parent f1f780f5a3
commit 099a48f2b5
13 changed files with 826 additions and 309 deletions
+6 -2
View File
@@ -1,11 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ site_k8s }}
name: {{ route.resource_name }}
namespace: {{ namespace }}
{%- if not route.pass_host_header %}
annotations:
traefik.ingress.kubernetes.io/service.passhostheader: "false"
{%- endif %}
spec:
type: ExternalName
externalName: garage.storage.svc.k8s.sjc001.fritzlab.net
externalName: {{ route.backend_host }}
ports:
- port: 80
targetPort: 80