Rebrand infra and docs from M1730 to E440; bump version to 1.0

This commit is contained in:
2026-07-29 00:11:04 +02:00
parent 584375af02
commit fce7040b21
6 changed files with 80 additions and 61 deletions
+5 -5
View File
@@ -1,21 +1,21 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: m1730-generator
name: e440-generator
namespace: works
spec:
replicas: 1
selector:
matchLabels:
app: m1730-generator
app: e440-generator
template:
metadata:
labels:
app: m1730-generator
app: e440-generator
spec:
containers:
- name: m1730-generator
image: git.baumann.gr/adebaumann/m1730-generator:0.87
- name: e440-generator
image: git.baumann.gr/adebaumann/e440-generator:1.0
imagePullPolicy: Always
ports:
- containerPort: 5000