diff --git a/examples/cockroachdb/cockroachdb-statefulset.yaml b/examples/cockroachdb/cockroachdb-statefulset.yaml index 8115c6d7e16..739d7710529 100644 --- a/examples/cockroachdb/cockroachdb-statefulset.yaml +++ b/examples/cockroachdb/cockroachdb-statefulset.yaml @@ -147,16 +147,6 @@ spec: name: grpc - containerPort: 8080 name: http - livenessProbe: - httpGet: - path: /_admin/v1/health - port: http - initialDelaySeconds: 30 - readinessProbe: - httpGet: - path: /_admin/v1/health - port: http - initialDelaySeconds: 10 volumeMounts: - name: datadir mountPath: /cockroach/cockroach-data diff --git a/test/e2e/testing-manifests/statefulset/cockroachdb/statefulset.yaml b/test/e2e/testing-manifests/statefulset/cockroachdb/statefulset.yaml index 053e41a00d6..06d7e140742 100644 --- a/test/e2e/testing-manifests/statefulset/cockroachdb/statefulset.yaml +++ b/test/e2e/testing-manifests/statefulset/cockroachdb/statefulset.yaml @@ -62,16 +62,6 @@ spec: name: grpc - containerPort: 8080 name: http - livenessProbe: - httpGet: - path: /_admin/v1/health - port: http - initialDelaySeconds: 30 - readinessProbe: - httpGet: - path: /_admin/v1/health - port: http - initialDelaySeconds: 10 volumeMounts: - name: datadir mountPath: /cockroach/cockroach-data