adi90x / rancher-active-proxy

All in one active reverse proxy for Rancher ! For Kubernetes : https://github.com/adi90x/kube-active-proxy
MIT License
156 stars 55 forks source link

/app/letsencrypt.sh runs every minute - ignores CRON env variable #32

Closed stevenmunro closed 7 years ago

stevenmunro commented 7 years ago

08/08/2017 20:25:00crond[53]: wakeup dt=60 08/08/2017 20:25:00crond[53]: file root: 08/08/2017 20:25:00crond[53]: line /app/letsencrypt.sh 08/08/2017 20:26:00crond[53]: wakeup dt=60 08/08/2017 20:26:00crond[53]: file root: 08/08/2017 20:26:00crond[53]: line /app/letsencrypt.sh 08/08/2017 20:27:00crond[53]: wakeup dt=60 08/08/2017 20:27:00crond[53]: file root: 08/08/2017 20:27:00crond[53]: line /app/letsencrypt.sh 08/08/2017 20:28:00crond[53]: wakeup dt=60 08/08/2017 20:28:00crond[53]: file root: 08/08/2017 20:28:00crond[53]: line /app/letsencrypt.sh 08/08/2017 20:29:00crond[53]: wakeup dt=60 08/08/2017 20:29:00crond[53]: file root: 08/08/2017 20:29:00crond[53]: line /app/letsencrypt.sh

Environment variable:value on rancher-active-proxy service is default

CRON = 0 2 * * * which should be At 00 minutes past 2:00

stevenmunro commented 7 years ago

Sorry false alarm, I should have checked first.