Commit 89651077 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #26981 from wfhartford/patch-1

Automatic merge from submit-queue Fix resource requests in cassandra-daemonset.yaml The current file fails validation because the resource request syntax is incorrect.
parents 85c91eb3 a9162ed8
...@@ -489,7 +489,7 @@ spec: ...@@ -489,7 +489,7 @@ spec:
#- containerPort: 9160 #- containerPort: 9160
# name: thrift # name: thrift
resources: resources:
request: requests:
cpu: 0.5 cpu: 0.5
volumeMounts: volumeMounts:
- mountPath: /cassandra_data - mountPath: /cassandra_data
......
...@@ -44,7 +44,7 @@ spec: ...@@ -44,7 +44,7 @@ spec:
#- containerPort: 9160 #- containerPort: 9160
# name: thrift # name: thrift
resources: resources:
request: requests:
cpu: 0.5 cpu: 0.5
volumeMounts: volumeMounts:
- mountPath: /cassandra_data - mountPath: /cassandra_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