Skip to content

Instantly share code, notes, and snippets.

@johnytiago
Last active June 17, 2019 14:53
Show Gist options
  • Save johnytiago/82fc3e44836cc08ec3ac1cc91da62af7 to your computer and use it in GitHub Desktop.
Save johnytiago/82fc3e44836cc08ec3ac1cc91da62af7 to your computer and use it in GitHub Desktop.
...
spec:
containers:
- name: ratings
image: istio/examples-bookinfo-ratings-v1:1.14.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9080
env:
- name: SERVICE_VERSION
value: "v-faulty" # make service faulty on porpuse
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment