Files
44-Scale/k8s/deployment.yaml
T
adebaumann 54a7f072c4 Add configurable label font size; bump to 0.76
- New "Label size (mm)" field controlling the numeric-label font size,
  defaulting to a clean 9 mm (was the inherited Inkscape value 8.89194)
- Pin k8s deployment to image tag 0.76
2026-07-13 00:59:14 +02:00

29 lines
617 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: m1730-generator
namespace: works
spec:
replicas: 1
selector:
matchLabels:
app: m1730-generator
template:
metadata:
labels:
app: m1730-generator
spec:
containers:
- name: m1730-generator
image: git.baumann.gr/adebaumann/m1730-generator:0.76
imagePullPolicy: Always
ports:
- containerPort: 5000
resources:
requests:
memory: "64Mi"
cpu: "50m"
limits:
memory: "256Mi"
cpu: "200m"