Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inference/inference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: mnist
spec:
replicas: 2
replicas: 1
selector:
matchLabels:
app: mnist
Expand Down
5 changes: 3 additions & 2 deletions webapp/webapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: webapp
image: mnist:webapp
image: raphinkcisco/mnist:webapp
ports:
- containerPort: 80
---
Expand All @@ -27,10 +27,11 @@ metadata:
labels:
app: mnist-webapp
spec:
type: LoadBalancer
type: NodePort
ports:
- port: 80
targetPort: 80
protocol: TCP
nodePort: 32042
selector:
app: mnist-webapp