Browse Source

Changed exec frequency. Changed create_pipeline name

pull/2/head
Kristoffer Hallqvist 4 years ago
parent
commit
e95453cea3
  1. 2
      kube/deployment.yaml
  2. 2
      pipeline/create-pipeline.sh

2
kube/deployment.yaml

@ -13,7 +13,7 @@ metadata:
name: redis-clean-trigger name: redis-clean-trigger
namespace: k2 namespace: k2
spec: spec:
schedule: "0 6 * * *" schedule: "0 */2 * * *"
successfulJobsHistoryLimit: 4 successfulJobsHistoryLimit: 4
failedJobsHistoryLimit: 1 failedJobsHistoryLimit: 1
concurrencyPolicy: Forbid concurrencyPolicy: Forbid

2
pipeline/create-pipeline.sh

@ -1,2 +1,2 @@
# This will create or update your pipeline # This will create or update your pipeline
fly -t se set-pipeline -p alarmlist_trigger -c pipeline.yaml -l $1 fly -t se set-pipeline -p redis_clean_trigger -c pipeline.yaml -l $1

Loading…
Cancel
Save