- Switch adapter-auto to adapter-node (SSR) for container deployment - Add multi-stage Dockerfile: Bun build, Node.js 22 runtime, UID 65534 - Add Helm chart (deploy/helm/) with Deployment, Service, HTTPRoute, HPA, PDB, ServiceAccount - Use HTTPRoute (Gateway API) targeting nginx-gateway, TLS via cert-manager - Enforce readOnlyRootFilesystem with emptyDir for /tmp - Set ORIGIN env var for adapter-node CSRF protection - Add Woodpecker CI: typecheck, docker push (SHA tag), helm upgrade --atomic
7 lines
141 B
YAML
7 lines
141 B
YAML
apiVersion: v2
|
||
name: marktvogt-web
|
||
description: Marktvogt.de – SvelteKit SSR frontend
|
||
type: application
|
||
version: 0.1.0
|
||
appVersion: "0.1.0"
|