Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create credit-card-meltdown-cronjob.yaml #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

agardnerIT
Copy link

This PR:

  • Adds a CronJob to enable / disable the credit_card_meltdown problem pattern

image: curlimages/curl
imagePullPolicy: IfNotPresent
args:
- "http://feature-flag-service.svc.cluster.local:8080/v1/flags/credit_card_meltdown"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All other cronjobs use simply http://feature-flag-service:8080, would be nice to keep it consistent

metadata:
name: enable-credit-card-meltdown
spec:
schedule: "00 20 * * *"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other problem is already set to run at this time, they should be able to run together but we'd rather keep the default timeframes separate for each problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants