Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Jul 15, 2024
1 parent 4d6a2da commit 500cdce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion kubernetes/apps/longhorn-system/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ spec:
- name: http
port: 80
targetPort: http
nodePort: null
---
# Source: longhorn/templates/services.yaml
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/workflows/users-etl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: &app user-etl
namespace: cron-jobs
spec:
schedule: "0 0 * * *"
schedule: "@monthly"
timezone: "Europe/London" # Default to local machine timezone
startingDeadlineSeconds: 0
concurrencyPolicy: "Replace" # Default to "Allow"
Expand Down

0 comments on commit 500cdce

Please sign in to comment.