-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #171 from MediaMarktSaturn/metronome-annotation-op…
…tion [HTTP-Metronome] Option to add podTemplate annotations
- Loading branch information
Showing
4 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
chart-tests/http-metronome/ci/test-podTemplate-annotation-values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
podTemplate: | ||
annotations: | ||
linkerd.io/inject: disabled | ||
|
||
jobs: | ||
- name: this-is-just-a-test # MANDATORY: name of the cron-job that should be created | ||
schedule: "* * * * *" # MANDATORY: cron expression this job trigger should run | ||
target: http://the-cluster-local-service/the-path # MANDATORY: http endpoint within the cluster that should be called using GET | ||
activeDeadlineSeconds: 60 # MANDATORY: maximum lifetime of a single job execution |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters