Skip to content

Commit

Permalink
I was able to get much better run-times evaluating on the cloud. I th…
Browse files Browse the repository at this point in the history
…ink my next step to be able to run evaluation remotely at least. It would be nice to see latency difference
  • Loading branch information
Andrew Quijano committed Jun 24, 2023
1 parent a122e7b commit d717d0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions eks-config/k8/client/client_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ spec:
containers:
- name: ppdt-client-deploy
image: andrewquijano92/ppdt
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9000
env:
Expand All @@ -37,7 +36,7 @@ spec:
value: "1024"

- name: SERVER
value: "ppdt-server-site-service"
value: "ppdt-server-service"

- name: GRADLE_USER_HOME
value: "gradle_user_home"
3 changes: 1 addition & 2 deletions eks-config/k8/server/server_training_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ metadata:
spec:
template:
spec:
subdomain: ppdt-server-site-service # has to match Service name
subdomain: ppdt-server-service # has to match Service name
restartPolicy: OnFailure

containers:
- name: ppdt-server-deploy
image: andrewquijano92/ppdt
imagePullPolicy: IfNotPresent
command: ["/bin/sh"]
args: ["-c", "gradle run -PchooseRole=weka.finito.server --args /data/hypothyroid.arff"]
env:
Expand Down
2 changes: 1 addition & 1 deletion k8/client/client_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
value: "1024"

- name: SERVER
value: "ppdt-server-site-service"
value: "ppdt-server-service"

- name: GRADLE_USER_HOME
value: "gradle_user_home"

0 comments on commit d717d0d

Please sign in to comment.