Commit 15574dad authored by Emiliano Balbuena's avatar Emiliano Balbuena

(chore) wrong names

parent fc106a30
1 merge request!31Allow FF env vars via helm values and sync feature flags
Pipeline #119247586 passed with stage
in 1 minute and 3 seconds
......@@ -895,12 +895,12 @@ data:
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
[program:transcode]
[program:feature-flags]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/Minds/engine/cli.php features sync --forever --ttl=900 --environment=sandbox,{{ template "minds.fullname" . }}
autostart=true
autorestart=true
numprocs={{ .Values.runners.dispatchers.transcode.replicas | default 1 }}
numprocs={{ .Values.runners.dispatchers.featureflags.replicas | default 1 }}
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
......
Please register or to comment