17 lines
258 B
YAML
17 lines
258 B
YAML
|
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
|
||
|
readinessProbe:
|
||
|
tcpSocket:
|
||
|
port: 8080
|
||
|
|