Skip to content

Commit 4735927

Browse files
Uploaded a new example using datastreams from Malaga Open Data portal. Also updated the yamls with the updated Docker Hub Tags
1 parent d0da741 commit 4735927

File tree

7 files changed

+310985
-4
lines changed

7 files changed

+310985
-4
lines changed

backend-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
name: backend
1717
spec:
1818
containers:
19-
- image: ertis/kafka-ml-backend:v1.1 # If you want to use our builded image at Docker Hub.
19+
- image: ertis/kafka-ml-backend:v1.2 # If you want to use our builded image at Docker Hub.
2020
# - image: localhost:5000/backend # If you want to use your local build image.
2121
name: backend
2222
ports:
@@ -30,8 +30,8 @@ spec:
3030
- name: KUBE_NAMESPACE
3131
value: kafkaml
3232
- name: TENSORFLOW_TRAINING_MODEL_IMAGE
33-
value: ertis/kafka-ml-tensorflow_model_training:v1.1 # If you want to use our builded image at Docker Hub.
34-
# value: ertis/kafka-ml-tensorflow_model_training:v1.1-gpu # If you want to use our builded image at Docker Hub with GPU Support.
33+
value: ertis/kafka-ml-tensorflow_model_training:v1.2 # If you want to use our builded image at Docker Hub.
34+
# value: ertis/kafka-ml-tensorflow_model_training:v1.2-gpu # If you want to use our builded image at Docker Hub with GPU Support.
3535
# value: localhost:5000/tensorflow_model_training # If you want to use your local build image.
3636
- name: TENSORFLOW_INFERENCE_MODEL_IMAGE
3737
value: ertis/kafka-ml-tensorflow_model_inference:v1.1

0 commit comments

Comments
 (0)