mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 03:33:26 +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:
@@ -489,7 +489,7 @@ spec:
|
||||
#- containerPort: 9160
|
||||
# name: thrift
|
||||
resources:
|
||||
request:
|
||||
requests:
|
||||
cpu: 0.5
|
||||
volumeMounts:
|
||||
- mountPath: /cassandra_data
|
||||
|
@@ -44,7 +44,7 @@ spec:
|
||||
#- containerPort: 9160
|
||||
# name: thrift
|
||||
resources:
|
||||
request:
|
||||
requests:
|
||||
cpu: 0.5
|
||||
volumeMounts:
|
||||
- mountPath: /cassandra_data
|
||||
|
Reference in New Issue
Block a user