Browse Source

Merge branch 'SE-1571_Clean_redis_more_often' of smartenergi/redis_clean_trigger into master

master 3.0.0-rc.2
Kristoffer Hallqvist 4 years ago committed by Gitea
parent
commit
33327a3dd1
  1. 2
      kube/deployment.yaml
  2. 2
      pipeline/create-pipeline.sh

2
kube/deployment.yaml

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

2
pipeline/create-pipeline.sh

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
# 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