Skip to content

Instantly share code, notes, and snippets.

@ankursingla
Last active November 14, 2019 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankursingla/64d9ed6d9ac593eda8732dda2be0ccdb to your computer and use it in GitHub Desktop.
Save ankursingla/64d9ed6d9ac593eda8732dda2be0ccdb to your computer and use it in GitHub Desktop.
productpage deployment
# cat productpage.yml
metadata:
name: productpage-v1
spec:
replicas: 2
selector:
matchLabels:
app: productpage
version: v1
template:
metadata:
labels:
app: productpage
version: v1
spec:
containers:
- name: productpage
image: istio/examples-bookinfo-productpage-v1:1.8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment