consolidation of some of the modules, localization fixes, product advisories work, qa work

This commit is contained in:
master
2026-03-05 03:54:22 +02:00
parent 7bafcc3eef
commit 8e1cb9448d
3878 changed files with 72600 additions and 46861 deletions

View File

@@ -2,21 +2,21 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: orchestrator-mock
name: jobengine-mock
annotations:
stellaops.dev/mock: "true"
spec:
replicas: 1
selector:
matchLabels:
app: orchestrator-mock
app: jobengine-mock
template:
metadata:
labels:
app: orchestrator-mock
app: jobengine-mock
spec:
containers:
- name: orchestrator
image: "{{ .Values.mock.orchestrator.image }}"
args: ["dotnet", "StellaOps.Orchestrator.WebService.dll"]
- name: jobengine
image: "{{ .Values.mock.jobengine.image }}"
args: ["dotnet", "StellaOps.JobEngine.WebService.dll"]
{{- end }}