mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Fix typo in daemonset resource requests
This commit is contained in:
parent
a898438448
commit
a9162ed892
@ -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