ai cooking
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

deploy reese (#435)

Co-authored-by: paul miller <paul.miller>

authored by

Paul Miller
paul miller
and committed by
GitHub
78815b15 bbc51b83

+2 -1
+1 -1
deploy/cronjob-albertsons-reese84.yaml
··· 31 31 - secretRef: 32 32 name: storage 33 33 - secretRef: 34 - name: brightdata 34 + name: brightdata-proxy 35 35 env: 36 36 - name: APPLICATIONINSIGHTS_CONNECTION_STRING 37 37 value: "InstrumentationKey=a532fcc7-5098-4f44-8dde-ff2f32d6a59b;IngestionEndpoint=https://westus3-1.in.applicationinsights.azure.com/;LiveEndpoint=https://westus3.livediagnostics.monitor.azure.com/;ApplicationId=fdc94780-6135-4a29-980e-ab114a402e58"
+1
deploy/deploy.sh
··· 6 6 manifest_files=( 7 7 "${deploy_dir}/deploy.yaml" 8 8 "${deploy_dir}/cronjob-careme-mail.yaml" 9 + "${deploy_dir}/cronjob-albertsons-reese84.yaml" 9 10 "${deploy_dir}/cronjob-wholefoods-scrape.yaml" 10 11 ) 11 12 namespace="${2:-careme}"