mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
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.
This commit is contained in:
commit
89651077b1
@ -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:
|
|||||||
#- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user