blob: 6824913074d4791ddd72a254ec9aa86499c37d31 [file] [log] [blame]
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello
spec:
replicas: 7
selector:
matchLabels:
app: hello
tier: backend
track: stable
template:
metadata:
labels:
app: hello
tier: backend
track: stable
spec:
containers:
- name: hello
image: "fake.docker.io/google-samples/hello-go-gke:1.0"
ports:
- name: http
containerPort: 80
readinessProbe:
httpGet:
path: /ip
port: 8000
- name: world
image: "fake.docker.io/google-samples/hello-go-gke:1.0"
ports:
- name: http
containerPort: 90
readinessProbe:
httpGet:
path: /ipv6
port: 9000