Added Chronos container for executing Cron Jobs

This commit is contained in:
PB
2025-10-23 08:54:36 +02:00
parent 9f4f6694d2
commit a4668a74b8

View File

@@ -105,7 +105,20 @@ spec:
# - containerPort: 9090
# args:
# - --web.listen-address=:9090
# - --web.telemetry-path=/metrics
# - --web.telemetry-path=/metrics
- name: identity-chronos # Scheduler Container
image: git.ego.freeddns.org/egommerce/identity-svc:dev
imagePullPolicy: Always
command: [
"/usr/local/bin/chronos"
]
resources:
limits:
cpu: 100m
memory: 512Mi
requests:
cpu: 50m
memory: 256Mi
volumes:
- name: identity-cert
hostPath: