2015-09-17 20:11:27 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Pod
|
|
|
|
metadata:
|
|
|
|
name: goproxy
|
|
|
|
labels:
|
|
|
|
app: goproxy
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: goproxy
|
|
|
|
image: gcr.io/google_containers/goproxy:0.1
|
|
|
|
ports:
|
|
|
|
- containerPort: 8080
|
2016-04-20 00:46:26 +00:00
|
|
|
readinessProbe:
|
|
|
|
tcpSocket:
|
|
|
|
port: 8080
|
|
|
|
|