blob: 0d1914bacfb3b85682616a2d68a8a345955b2a0a [file] [log] [blame]
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello
spec:
selector:
matchLabels:
app: hello
template:
metadata:
annotations:
inject.istio.io/templates: "custom"
labels:
app: hello
spec:
containers:
- name: hello
image: "fake.docker.io/google-samples/hello-go-gke:1.0"
readinessProbe:
httpGet:
port: 80