9e7223a1f5
- Flask app (web/) generates M1730 scale SVGs from a form; embeds GOST typ A font as base64 so output is self-contained - Dockerfile builds the app into git.baumann.gr/adebaumann/m1730-generator - k8s/ deploys as a ClusterIP service for NPM to proxy at works.adebaumann.com/M1730-generator/ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
192 B
YAML
13 lines
192 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: m1730-generator
|
|
namespace: default
|
|
spec:
|
|
selector:
|
|
app: m1730-generator
|
|
ports:
|
|
- port: 80
|
|
targetPort: 5000
|
|
type: ClusterIP
|