We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25518a commit 19ff45cCopy full SHA for 19ff45c
apps/monitoring/prometheus-vault-token-syncer/cronjob.yaml
@@ -5,7 +5,7 @@ metadata:
5
name: "prometheus-vault-token-syncer"
6
namespace: monitoring
7
spec:
8
- schedule: "* */5 * * *"
+ schedule: "0 */5 * * *"
9
concurrencyPolicy: Forbid
10
failedJobsHistoryLimit: 0
11
jobTemplate:
@@ -52,12 +52,7 @@ spec:
52
resources:
53
requests:
54
memory: "64Mi"
55
- cpu: "5m"
+ cpu: "1m"
56
limits:
57
- memory: "1Gi"
58
- volumeMounts:
59
- - name: storage
60
- mountPath: /data
61
- volumes:
62
63
- emptyDir: {}
+ memory: "128Mi"
+ cpu: "100m"
0 commit comments