mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Fix typo in daemonset resource requests
This commit is contained in:
parent
a898438448
commit
a9162ed892
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user