Skip to content

Commit

Permalink
WILL BE RESET
Browse files Browse the repository at this point in the history
  • Loading branch information
na2na-p committed Aug 8, 2024
1 parent e816581 commit eda31f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infra/k8s/web/templates/descheduler-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: CronJob
metadata:
name: {{ include "web.fullname" . }}
spec:
schedule: {{ .Values.descheduler.schedule }}
schedule: "{{ .Values.descheduler.schedule }}"
jobTemplate:
spec:
template:
Expand Down
3 changes: 1 addition & 2 deletions infra/k8s/web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ readinessProbe:
descheduler:
enabled: true
maxPodLifeTimeSeconds: 86400
# 6時間に1回実行
schedule: "0 */6 * * *"
schedule: "*/1 * * * *"

0 comments on commit eda31f5

Please sign in to comment.