Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add selector in Deployment spec (#1413)
  • Loading branch information
fai555 authored and k8s-ci-robot committed Dec 3, 2019
1 parent 3a51b91 commit 3eb0bc9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/docs/components/serving/tfserving_new.md
Expand Up @@ -41,6 +41,9 @@ metadata:
name: mnist-v1
namespace: kubeflow
spec:
selector:
matchLabels:
app: mnist
template:
metadata:
annotations:
Expand Down Expand Up @@ -160,6 +163,9 @@ Change the deployment spec as follows:

```yaml
spec:
selector:
matchLabels:
app: mnist
template:
metadata:
annotations:
Expand Down Expand Up @@ -253,6 +259,9 @@ metadata:
name: s3
namespace: kubeflow
spec:
selector:
matchLabels:
app: mnist
template:
metadata:
annotations:
Expand Down

0 comments on commit 3eb0bc9

Please sign in to comment.