We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d46c8 commit 4889a80Copy full SHA for 4889a80
deployments/k8s/pfr/r-models-deployment.yaml
@@ -36,7 +36,7 @@ spec:
36
- name: MODEL_CHOICES
37
value: random_forest,gompertz
38
- name: MODEL_ENDPOINTS
39
- value: https://random-forest.model.r-pipelines.k8s.dev.pfr.co.nz,https://gompertz.model.r-pipelines.k8s.dev.pfr.co.nz
+ value: http://r-pipelines-models:8089,http://r-pipelines-models:8090
40
- image: ghcr.io/plant-food-research-open/shiny-rpipelines:0.1.0
41
imagePullPolicy: Always
42
name: random-forest
0 commit comments