blob: b139dc3fbf4cde0ed0cbc1c2948fde300dd8a5c0 [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
livenessProbe:
tcpSocket:
port: http
readinessProbe:
tcpSocket:
port: 3333