44
55# ## Global Config Start ###
66global :
7+ deployment :
8+ imagePullSecrets :
79 glooingress :
810 enabled : true
911 jwt :
@@ -222,6 +224,7 @@ auth:
222224 containerPath : ' /go/src/github.com/tidepool-org/platform'
223225 dockerFile : ' Dockerfile.auth'
224226 rebuildCommand : ' SERVICE=auth make service-build'
227+ buildTarget : production
225228
226229blip :
227230 deployment :
@@ -233,7 +236,7 @@ blip:
233236 rollbarPostServerToken : ' ' # Rollbar post_server_item access token for posting source maps on production builds
234237 reactAppGAID : ' ' # Google Analytics 4 ID
235238 launchDarklyClientToken : ' ' # LaunchDarkly client token
236- webpackDevTool : cheap-module-eval -source-map
239+ webpackDevTool : eval- cheap-module-source-map
237240 webpackDevToolViz : cheap-source-map # Suggest changing `cheap-source-map` to the slower, but far more helpful `source-map` if debugging errors in viz package files
238241 webpackPublicPath : ' http://localhost:31500/'
239242 linkedPackages :
@@ -272,14 +275,14 @@ blob:
272275 containerPath : ' /go/src/github.com/tidepool-org/platform'
273276 dockerFile : ' Dockerfile.blob'
274277 rebuildCommand : ' SERVICE=blob make service-build'
278+ buildTarget : production
275279
276280clinic :
277281 deployment :
278282 replicas : 1
279283 # image: tidepool-k8s-clinic # Uncomment to build and run local image or a specific remote image
280284 # hostPath: ~/go/src/github.com/tidepool-org/clinic # Uncomment to build and run local image
281285 containerPath : ' /go/src/github.com/tidepool-org/clinic'
282- dockerFile : ' Dockerfile'
283286 buildTarget : development
284287
285288clinic-worker :
@@ -288,7 +291,6 @@ clinic-worker:
288291 # image: tidepool-k8s-clinic-worker # Uncomment to build and run local image or a specific remote image
289292 # hostPath: ~/go/src/github.com/tidepool-org/clinic-worker # Uncomment to build and run local image
290293 containerPath : ' /go/src/github.com/tidepool-org/clinic-worker'
291- dockerFile : ' Dockerfile'
292294 rebuildCommand : ' make build'
293295 configmap :
294296 enabled : true
@@ -302,6 +304,7 @@ data:
302304 containerPath : ' /go/src/github.com/tidepool-org/platform'
303305 dockerFile : ' Dockerfile.data'
304306 rebuildCommand : ' SERVICE=data make service-build'
307+ buildTarget : production
305308
306309devices :
307310 deployment :
@@ -335,6 +338,9 @@ hydrophone:
335338 env :
336339 clinicServiceEnabled : true
337340 useMockNotifier : true
341+ store :
342+ s3 :
343+ bucket : tidepool-prd-asset
338344 # image: tidepool-k8s-hydrophone # Uncomment to build and run local image or a specific remote image
339345 # hostPath: ~/go/src/github.com/tidepool-org/hydrophone # Uncomment to build and run local image
340346 containerPath : ' /go/src/github.com/tidepool-org/hydrophone'
@@ -374,6 +380,7 @@ migrations:
374380 containerPath : ' /go/src/github.com/tidepool-org/platform'
375381 dockerFile : ' Dockerfile.migrations'
376382 rebuildCommand : ' SERVICE=migrations make service-build'
383+ buildTarget : production
377384
378385prescription :
379386 deployment :
@@ -383,6 +390,7 @@ prescription:
383390 containerPath : ' /go/src/github.com/tidepool-org/platform'
384391 dockerFile : ' Dockerfile.prescription'
385392 rebuildCommand : ' SERVICE=prescription make service-build'
393+ buildTarget : production
386394
387395seagull :
388396 deployment :
@@ -423,6 +431,7 @@ task:
423431 containerPath : ' /go/src/github.com/tidepool-org/platform'
424432 dockerFile : ' Dockerfile.task'
425433 rebuildCommand : ' SERVICE=task make service-build'
434+ buildTarget : production
426435
427436tidewhisperer :
428437 deployment :
@@ -438,6 +447,7 @@ tools:
438447 containerPath : ' /go/src/github.com/tidepool-org/platform'
439448 dockerFile : ' Dockerfile.tools'
440449 rebuildCommand : ' SERVICE=tools make service-build'
450+ buildTarget : production
441451
442452uploader :
443453 deployment :
@@ -451,7 +461,7 @@ uploader:
451461 blipUrl : ' http://localhost:31500'
452462 realmHost : ' http://localhost:32000'
453463 rollbarPostServerToken : ' ' # Rollbar post_server_item access token for posting source maps on production builds
454- webpackDevTool : cheap-module-eval -source-map
464+ webpackDevTool : eval- cheap-module-source-map
455465 webpackPublicPath : ' http://localhost:31500/uploader/'
456466 securityContext :
457467 allowPrivilegeEscalation : false
0 commit comments