Commit 429e070b authored by Alex Robinson's avatar Alex Robinson

Fix statefulset e2e test

...by removing the liveness/readiness probes from the cockroachdb manifests, as explained in github.com/kubernetes/test-infra/issues/1740#issuecomment-279555187
parent 7738f41b
...@@ -147,16 +147,6 @@ spec: ...@@ -147,16 +147,6 @@ spec:
name: grpc name: grpc
- containerPort: 8080 - containerPort: 8080
name: http name: http
livenessProbe:
httpGet:
path: /_admin/v1/health
port: http
initialDelaySeconds: 30
readinessProbe:
httpGet:
path: /_admin/v1/health
port: http
initialDelaySeconds: 10
volumeMounts: volumeMounts:
- name: datadir - name: datadir
mountPath: /cockroach/cockroach-data mountPath: /cockroach/cockroach-data
......
...@@ -62,16 +62,6 @@ spec: ...@@ -62,16 +62,6 @@ spec:
name: grpc name: grpc
- containerPort: 8080 - containerPort: 8080
name: http name: http
livenessProbe:
httpGet:
path: /_admin/v1/health
port: http
initialDelaySeconds: 30
readinessProbe:
httpGet:
path: /_admin/v1/health
port: http
initialDelaySeconds: 10
volumeMounts: volumeMounts:
- name: datadir - name: datadir
mountPath: /cockroach/cockroach-data mountPath: /cockroach/cockroach-data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment