Skip to content

Commit 19ff45c

Browse files
fix cron expression
1 parent d25518a commit 19ff45c

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

apps/monitoring/prometheus-vault-token-syncer/cronjob.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: "prometheus-vault-token-syncer"
66
namespace: monitoring
77
spec:
8-
schedule: "* */5 * * *"
8+
schedule: "0 */5 * * *"
99
concurrencyPolicy: Forbid
1010
failedJobsHistoryLimit: 0
1111
jobTemplate:
@@ -52,12 +52,7 @@ spec:
5252
resources:
5353
requests:
5454
memory: "64Mi"
55-
cpu: "5m"
55+
cpu: "1m"
5656
limits:
57-
memory: "1Gi"
58-
volumeMounts:
59-
- name: storage
60-
mountPath: /data
61-
volumes:
62-
- name: storage
63-
emptyDir: {}
57+
memory: "128Mi"
58+
cpu: "100m"

0 commit comments

Comments
 (0)