Skip to content

Commit

Permalink
cleanup: make naming consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Sep 2, 2024
1 parent 0f6a845 commit 8892d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion glasskube/trieve/cronjobs/clickhouse-collapse.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: batch/v1
kind: CronJob
metadata:
name: collapsing-queries-cron
name: collapsing-queries-cronjob
spec:
schedule: "*/30 * * * *"
concurrencyPolicy: Forbid
Expand Down
5 changes: 1 addition & 4 deletions glasskube/trieve/cronjobs/word-id-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
apiVersion: batch/v1
kind: CronJob
metadata:
name: word-id-cronjob
labels:
app.kubernetes.io/name: word-id-cronjob
app.kubernetes.io/instance: {{ .Release.Name }}
name: trieve-word-id-cronjob
spec:
schedule: "0 0 * * *"
concurrencyPolicy: Forbid
Expand Down

0 comments on commit 8892d61

Please sign in to comment.