We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46702c8 + ae05eb4 commit df135f4Copy full SHA for df135f4
1 file changed
ionos_dev/billing/revenue-engine/deployment.yaml
@@ -17,7 +17,7 @@ spec:
17
spec:
18
containers:
19
- name: revenue-engine-container
20
- image: production.eng.it:8433/dome/revenue-engine:1.5.1
+ image: production.eng.it:8433/dome/revenue-engine:1.6.1
21
ports:
22
- containerPort: 8080
23
protocol: TCP
@@ -52,7 +52,7 @@ spec:
52
- name: SCHEDULER_ENABLED
53
value: "true"
54
- name: SCHEDULER_CRON
55
- value: "0 0 13 * * *"
+ value: "0 0 2 6 * *"
56
livenessProbe:
57
httpGet:
58
path: /health
0 commit comments