File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,16 @@ metadata:
55 namespace : andrews-bay
66data :
77 config.yml : |
8- model_type: "FastAI"
9- model_local_threshold: 0.5
10- model_global_threshold: 3
11- model_path: "./model"
12- model_name: "model.pkl"
8+ model_id: "orcasound/orcahello-srkw-detector-v1.030926"
9+ model_hf_repo_id: "orcasound/orcahello-srkw-detector-v1"
10+ model_config_path: "./model/config.yaml"
1311 hls_stream_type: "LiveHLS"
1412 hls_polling_interval: 60
1513 hls_hydrophone_id: "rpi_andrews_bay"
1614 upload_to_azure: True
1715 delete_local_wavs: True
16+ model_config_overrides:
17+ inference:
18+ max_batch_size: 2
19+ global_prediction:
20+ pred_global_threshold: 0.6
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ metadata:
55 namespace : andrews-bay
66spec :
77 replicas : 1
8+ # NOTE: This deployment intentionally uses a single replica with a Recreate
9+ # strategy due to memory constraints and so that only one inference pod processes
10+ # hydrophone audio at a time. This avoids concurrent inference instances for
11+ # this site, and the temporary detection gap during upgrades is acceptable.
12+ strategy :
13+ type : Recreate
814 selector :
915 matchLabels :
1016 app : inference-system
@@ -13,13 +19,18 @@ spec:
1319 labels :
1420 app : inference-system
1521 spec :
22+ nodeSelector :
23+ kubernetes.azure.com/agentpool : f4sv2pool
1624 containers :
1725 - name : inference-system
18- image : orcaconservancycr.azurecr.io/live-inference-system:11-19-2025.FastAI.R1-12.v0
26+ image : orcaconservancycr.azurecr.io/live-inference-system-v1:03-09-2026.v1.0.0
1927 resources :
28+ requests :
29+ cpu : " 1"
30+ memory : " 1600Mi"
2031 limits :
21- cpu : 1
22- memory : 3G
32+ cpu : " 1 "
33+ memory : " 2500Mi "
2334 env :
2435 - name : AZURE_COSMOSDB_PRIMARY_KEY
2536 valueFrom :
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ metadata:
55 namespace : bush-point
66spec :
77 replicas : 1
8+ # NOTE: This deployment intentionally uses a single replica with a Recreate
9+ # strategy due to memory constraints and so that only one inference pod processes
10+ # hydrophone audio at a time. This avoids concurrent inference instances for
11+ # this site, and the temporary detection gap during upgrades is acceptable.
12+ strategy :
13+ type : Recreate
814 selector :
915 matchLabels :
1016 app : inference-system
@@ -13,13 +19,18 @@ spec:
1319 labels :
1420 app : inference-system
1521 spec :
22+ nodeSelector :
23+ kubernetes.azure.com/agentpool : f4sv2pool
1624 containers :
1725 - name : inference-system
18- image : orcaconservancycr.azurecr.io/live-inference-system:11-19-2025 .FastAI.R1-12.v0
26+ image : orcaconservancycr.azurecr.io/live-inference-system:01-24-2026 .FastAI.R1-12.v0
1927 resources :
28+ requests :
29+ cpu : " 1"
30+ memory : " 1600Mi"
2031 limits :
21- cpu : 1
22- memory : 3G
32+ cpu : " 1 "
33+ memory : " 2500Mi "
2334 env :
2435 - name : AZURE_COSMOSDB_PRIMARY_KEY
2536 valueFrom :
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ metadata:
55 namespace : mast-center
66spec :
77 replicas : 1
8+ # NOTE: This deployment intentionally uses a single replica with a Recreate
9+ # strategy due to memory constraints and so that only one inference pod processes
10+ # hydrophone audio at a time. This avoids concurrent inference instances for
11+ # this site, and the temporary detection gap during upgrades is acceptable.
12+ strategy :
13+ type : Recreate
814 selector :
915 matchLabels :
1016 app : inference-system
@@ -13,13 +19,18 @@ spec:
1319 labels :
1420 app : inference-system
1521 spec :
22+ nodeSelector :
23+ kubernetes.azure.com/agentpool : f4sv2pool
1624 containers :
1725 - name : inference-system
18- image : orcaconservancycr.azurecr.io/live-inference-system:11-19-2025 .FastAI.R1-12.v0
26+ image : orcaconservancycr.azurecr.io/live-inference-system:01-24-2026 .FastAI.R1-12.v0
1927 resources :
28+ requests :
29+ cpu : " 1"
30+ memory : " 1600Mi"
2031 limits :
21- cpu : 1
22- memory : 3G
32+ cpu : " 1 "
33+ memory : " 2500Mi "
2334 env :
2435 - name : AZURE_COSMOSDB_PRIMARY_KEY
2536 valueFrom :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66data :
77 config.yml : |
88 model_type: "FastAI"
9- model_local_threshold: 0.5
9+ model_local_threshold: 0.7
1010 model_global_threshold: 3
1111 model_path: "./model"
1212 model_name: "model.pkl"
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ metadata:
55 namespace : north-sjc
66spec :
77 replicas : 1
8+ # NOTE: This deployment intentionally uses a single replica with a Recreate
9+ # strategy due to memory constraints and so that only one inference pod processes
10+ # hydrophone audio at a time. This avoids concurrent inference instances for
11+ # this site, and the temporary detection gap during upgrades is acceptable.
12+ strategy :
13+ type : Recreate
814 selector :
915 matchLabels :
1016 app : inference-system
1319 labels :
1420 app : inference-system
1521 spec :
22+ nodeSelector :
23+ kubernetes.azure.com/agentpool : f4sv2pool
1624 containers :
1725 - name : inference-system
18- image : orcaconservancycr.azurecr.io/live-inference-system:11-19-2025 .FastAI.R1-12.v0
26+ image : orcaconservancycr.azurecr.io/live-inference-system:01-24-2026 .FastAI.R1-12.v0
1927 resources :
2028 limits :
2129 cpu : 1
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ metadata:
55 namespace : orcasound-lab
66spec :
77 replicas : 1
8+ # NOTE: This deployment intentionally uses a single replica with a Recreate
9+ # strategy due to memory constraints and so that only one inference pod processes
10+ # hydrophone audio at a time. This avoids concurrent inference instances for
11+ # this site, and the temporary detection gap during upgrades is acceptable.
12+ strategy :
13+ type : Recreate
814 selector :
915 matchLabels :
1016 app : inference-system
@@ -13,13 +19,18 @@ spec:
1319 labels :
1420 app : inference-system
1521 spec :
22+ nodeSelector :
23+ kubernetes.azure.com/agentpool : f4sv2pool
1624 containers :
1725 - name : inference-system
18- image : orcaconservancycr.azurecr.io/live-inference-system:11-19-2025 .FastAI.R1-12.v0
26+ image : orcaconservancycr.azurecr.io/live-inference-system:01-24-2026 .FastAI.R1-12.v0
1927 resources :
28+ requests :
29+ cpu : " 1"
30+ memory : " 1600Mi"
2031 limits :
21- cpu : 1
22- memory : 3G
32+ cpu : " 1 "
33+ memory : " 2500Mi "
2334 env :
2435 - name : AZURE_COSMOSDB_PRIMARY_KEY
2536 valueFrom :
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ metadata:
55 namespace : point-robinson
66spec :
77 replicas : 1
8+ # NOTE: This deployment intentionally uses a single replica with a Recreate
9+ # strategy due to memory constraints and so that only one inference pod processes
10+ # hydrophone audio at a time. This avoids concurrent inference instances for
11+ # this site, and the temporary detection gap during upgrades is acceptable.
12+ strategy :
13+ type : Recreate
814 selector :
915 matchLabels :
1016 app : inference-system
1319 labels :
1420 app : inference-system
1521 spec :
22+ nodeSelector :
23+ kubernetes.azure.com/agentpool : f4sv2pool
1624 containers :
1725 - name : inference-system
18- image : orcaconservancycr.azurecr.io/live-inference-system:11-19-2025 .FastAI.R1-12.v0
26+ image : orcaconservancycr.azurecr.io/live-inference-system:01-24-2026 .FastAI.R1-12.v0
1927 resources :
2028 limits :
2129 cpu : 1
Original file line number Diff line number Diff line change @@ -5,13 +5,16 @@ metadata:
55 namespace : port-townsend
66data :
77 config.yml : |
8- model_type: "FastAI"
9- model_local_threshold: 0.5
10- model_global_threshold: 3
11- model_path: "./model"
12- model_name: "model.pkl"
8+ model_id: "orcasound/orcahello-srkw-detector-v1.030926"
9+ model_hf_repo_id: "orcasound/orcahello-srkw-detector-v1"
10+ model_config_path: "./model/config.yaml"
1311 hls_stream_type: "LiveHLS"
1412 hls_polling_interval: 60
1513 hls_hydrophone_id: "rpi_port_townsend"
1614 upload_to_azure: True
1715 delete_local_wavs: True
16+ model_config_overrides:
17+ inference:
18+ max_batch_size: 2
19+ global_prediction:
20+ pred_global_threshold: 0.6
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ metadata:
55 namespace : port-townsend
66spec :
77 replicas : 1
8+ # NOTE: This deployment intentionally uses a single replica with a Recreate
9+ # strategy due to memory constraints and so that only one inference pod processes
10+ # hydrophone audio at a time. This avoids concurrent inference instances for
11+ # this site, and the temporary detection gap during upgrades is acceptable.
12+ strategy :
13+ type : Recreate
814 selector :
915 matchLabels :
1016 app : inference-system
@@ -13,13 +19,18 @@ spec:
1319 labels :
1420 app : inference-system
1521 spec :
22+ nodeSelector :
23+ kubernetes.azure.com/agentpool : f4sv2pool
1624 containers :
1725 - name : inference-system
18- image : orcaconservancycr.azurecr.io/live-inference-system:11-19-2025.FastAI.R1-12.v0
26+ image : orcaconservancycr.azurecr.io/live-inference-system-v1:03-09-2026.v1.0.0
1927 resources :
28+ requests :
29+ cpu : " 1"
30+ memory : " 1600Mi"
2031 limits :
21- cpu : 1
22- memory : 3G
32+ cpu : " 1 "
33+ memory : " 2500Mi "
2334 env :
2435 - name : AZURE_COSMOSDB_PRIMARY_KEY
2536 valueFrom :
You can’t perform that action at this time.
0 commit comments