This commit is contained in:
Corrado Mulas
2026-06-19 12:35:33 +02:00
parent f4f16fe1d1
commit 0d26d5a8d3

View File

@@ -28,6 +28,12 @@ spec:
- name: groupfactory - name: groupfactory
image: registry.example.com/groupfactory:latest image: registry.example.com/groupfactory:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
workingDir: /app
command:
- python
args:
- -m
- src.main
ports: ports:
- name: http - name: http
containerPort: 8000 containerPort: 8000