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.
2 parents 8b72ebc + d8d181a commit c9ba27aCopy full SHA for c9ba27a
inference/inference.yaml
@@ -5,7 +5,7 @@ metadata:
5
labels:
6
app: mnist
7
spec:
8
- replicas: 2
+ replicas: 1
9
selector:
10
matchLabels:
11
webapp/webapp.yaml
@@ -16,7 +16,7 @@ spec:
16
17
containers:
18
- name: webapp
19
- image: mnist:webapp
+ image: raphinkcisco/mnist:webapp
20
ports:
21
- containerPort: 80
22
---
@@ -27,10 +27,11 @@ metadata:
27
28
app: mnist-webapp
29
30
- type: LoadBalancer
+ type: NodePort
31
32
- port: 80
33
targetPort: 80
34
protocol: TCP
35
+ nodePort: 32042
36
37
0 commit comments