Files
44-Scale/k8s/deployment.yaml
T
adebaumann 1740e0db02 Half-height unit uses lower half of panel box; bump to 0.87
Changed from top half (y0=92.8, y1=103.8) to bottom half (y0=103.8,
y1=114.8). The label baseline sits at y≈101.5mm, so the lower half
starts 2.3mm below it — clean visual separation without the unit
appearing high up on the panel.
2026-07-15 00:17: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.87
imagePullPolicy: Always
ports:
- containerPort: 5000
resources:
requests:
memory: "64Mi"
cpu: "50m"
limits:
memory: "256Mi"
cpu: "200m"