mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-13 01:40:23 +00:00
17 lines
273 B
YAML
17 lines
273 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: goproxy
|
|
labels:
|
|
app: goproxy
|
|
spec:
|
|
containers:
|
|
- name: goproxy
|
|
image: gcr.io/kubernetes-e2e-test-images/goproxy-amd64:1.0
|
|
ports:
|
|
- containerPort: 8080
|
|
readinessProbe:
|
|
tcpSocket:
|
|
port: 8080
|
|
|