Added Chronos container for executing Cron Jobs
This commit is contained in:
@@ -105,7 +105,20 @@ spec:
|
|||||||
# - containerPort: 9090
|
# - containerPort: 9090
|
||||||
# args:
|
# args:
|
||||||
# - --web.listen-address=:9090
|
# - --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:
|
volumes:
|
||||||
- name: identity-cert
|
- name: identity-cert
|
||||||
hostPath:
|
hostPath:
|
||||||
|
|||||||
Reference in New Issue
Block a user